Html Css Color HEX #CC5FFC Heliotrope

📋 copy color: '#CC5FFC'

red 204 ◦ green 95 ◦ blue 252

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

Shades of Heliotrope #CC5FFC

Tints of Heliotrope #CC5FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.24%

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

R = 37.02%
G = 17.24%
B = 45.74%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC5FFC (or 0xCC5FFC) is known color: Heliotrope. HEX triplet: CC, 5F and FC. RGB value is (204,95,252). Sum of RGB (Red+Green+Blue) = 204+95+252=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 95 (37.5% from 255 or 17.24% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC5FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5FFC is #33A003. Grayscale: #909090. Windows color (decimal): -3383300 or 16539596. OLE color: 16539596.

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

Color convert

RGB 204 95 252 -
CMYK 0.19 0.62 0 0.01
HSL 281.66º 0.96% 0.68% -
HSV(B) 281.66º 0.62% 0.99% -
XYZ 46.56 28.05 95.06 -
YUV 145.49 188.11 169.73 -
System Red Green Blue C M Y K H S L
Decimal 204 95 252 0.19 0.62 0 0.01 281.66 0.96 0.68
Hex CC 5F FC 13 3E 0 1 11A 60 44
Octal 314 137 374 23 76 0 1 432 140 104
Binary 11001100 1011111 11111100 10011 111110 0 1 100011010 1100000 1000100

Color Harmonies of #CC5FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FFC

Black with #CC5FFC

Text Example


Text Example

White with #CC5FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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