Html Css Color HEX #C94CFC Heliotrope

📋 copy color: '#C94CFC'

red 201 ◦ green 76 ◦ blue 252

#C94CFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C94CFC

Tints of Heliotrope #C94CFC

RGB

 RED value IS 201 (78.91% from 255) = 38%

 GREEN value IS 76 (30.08% from 255) = 14.37%

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 38%
G = 14.37%
B = 47.64%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C94CFC (or 0xC94CFC) is known color: Heliotrope. HEX triplet: C9, 4C and FC. RGB value is (201,76,252). Sum of RGB (Red+Green+Blue) = 201+76+252=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 76 (30.08% from 255 or 14.37% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #C94CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94CFC is #36B303. Grayscale: #848484. Windows color (decimal): -3584772 or 16534729. OLE color: 16534729.

HSL color Cylindrical-coordinate representation of color #C94CFC: hue angle of 282.61º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C94CFC is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 76 252 -
CMYK 0.20 0.70 0 0.01
HSL 282.61º 0.97% 0.64% -
HSV(B) 282.61º 0.7% 0.99% -
XYZ 44.24 24.61 94.51 -
YUV 133.44 194.91 176.19 -
System Red Green Blue C M Y K H S L
Decimal 201 76 252 0.20 0.70 0 0.01 282.61 0.97 0.64
Hex C9 4C FC 14 46 0 1 11B 61 40
Octal 311 114 374 24 106 0 1 433 141 100
Binary 11001001 1001100 11111100 10100 1000110 0 1 100011011 1100001 1000000

Color Harmonies of #C94CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CFC

Black with #C94CFC

Text Example


Text Example

White with #C94CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CFC; }

 p { color: rgb(201,76,252); }

 H1.HeaderClassName
 {
   color: #C94CFC;
 }
 .AnyTagClassName
 {
   color: #C94CFC;
 }
</style>

background-color css

<style>
 a { background-color: #C94CFC; }

 a { background-color: rgb(201,76,252); }

 div.DivClassName
 {
   background-color: #C94CFC;
 }
 .BgClassName
 {
   background-color: #C94CFC;
 }
</style>

border-color css

<style>
 span { border-color: #C94CFC; }

 span { border-color: rgb(201,76,252); }

 td.TdClassName
 {
   border-color: #C94CFC;
 }
 .TagClassName
 {
   border-color: #C94CFC;
 }
</style>