Html Css Color HEX #CC4EFC Heliotrope

📋 copy color: '#CC4EFC'

red 204 ◦ green 78 ◦ blue 252

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

Shades of Heliotrope #CC4EFC

Tints of Heliotrope #CC4EFC

RGB

 RED value IS 204 (80.08% from 255) = 38.2%

 GREEN value IS 78 (30.86% from 255) = 14.61%

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

R = 38.2%
G = 14.61%
B = 47.19%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC4EFC (or 0xCC4EFC) is known color: Heliotrope. HEX triplet: CC, 4E and FC. RGB value is (204,78,252). Sum of RGB (Red+Green+Blue) = 204+78+252=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 78 (30.86% from 255 or 14.61% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC4EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EFC is #33B103. Grayscale: #868686. Windows color (decimal): -3387652 or 16535244. OLE color: 16535244.

HSL color Cylindrical-coordinate representation of color #CC4EFC: hue angle of 283.45º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4EFC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 78 252 -
CMYK 0.19 0.69 0 0.01
HSL 283.45º 0.97% 0.65% -
HSV(B) 283.45º 0.69% 0.99% -
XYZ 45.2 25.31 94.6 -
YUV 135.51 193.74 176.85 -
System Red Green Blue C M Y K H S L
Decimal 204 78 252 0.19 0.69 0 0.01 283.45 0.97 0.65
Hex CC 4E FC 13 45 0 1 11B 61 41
Octal 314 116 374 23 105 0 1 433 141 101
Binary 11001100 1001110 11111100 10011 1000101 0 1 100011011 1100001 1000001

Color Harmonies of #CC4EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4EFC

Black with #CC4EFC

Text Example


Text Example

White with #CC4EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4EFC; }

 p { color: rgb(204,78,252); }

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

background-color css

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

 a { background-color: rgb(204,78,252); }

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

border-color css

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

 span { border-color: rgb(204,78,252); }

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