Html Css Color HEX #CC5EFC Heliotrope

📋 copy color: '#CC5EFC'

red 204 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #CC5EFC

Tints of Heliotrope #CC5EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.09%

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

R = 37.09%
G = 17.09%
B = 45.82%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC5EFC (or 0xCC5EFC) is known color: Heliotrope. HEX triplet: CC, 5E and FC. RGB value is (204,94,252). Sum of RGB (Red+Green+Blue) = 204+94+252=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 94 (37.11% from 255 or 17.09% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC5EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5EFC is #33A103. Grayscale: #909090. Windows color (decimal): -3383556 or 16539340. OLE color: 16539340.

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

Color convert

RGB 204 94 252 -
CMYK 0.19 0.63 0 0.01
HSL 281.77º 0.96% 0.68% -
HSV(B) 281.77º 0.63% 0.99% -
XYZ 46.48 27.87 95.03 -
YUV 144.9 188.44 170.15 -
System Red Green Blue C M Y K H S L
Decimal 204 94 252 0.19 0.63 0 0.01 281.77 0.96 0.68
Hex CC 5E FC 13 3F 0 1 11A 60 44
Octal 314 136 374 23 77 0 1 432 140 104
Binary 11001100 1011110 11111100 10011 111111 0 1 100011010 1100000 1000100

Color Harmonies of #CC5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5EFC

Black with #CC5EFC

Text Example


Text Example

White with #CC5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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