Html Css Color HEX #CC5CFC Heliotrope

📋 copy color: '#CC5CFC'

red 204 ◦ green 92 ◦ blue 252

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

Shades of Heliotrope #CC5CFC

Tints of Heliotrope #CC5CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.79%

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

R = 37.23%
G = 16.79%
B = 45.99%

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

#CC5CFC (or 0xCC5CFC) is known color: Heliotrope. HEX triplet: CC, 5C and FC. RGB value is (204,92,252). Sum of RGB (Red+Green+Blue) = 204+92+252=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 92 (36.33% from 255 or 16.79% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC5CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5CFC is #33A303. Grayscale: #8F8F8F. Windows color (decimal): -3384068 or 16538828. OLE color: 16538828.

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

Color convert

RGB 204 92 252 -
CMYK 0.19 0.63 0 0.01
HSL 282º 0.96% 0.67% -
HSV(B) 282º 0.63% 0.99% -
XYZ 46.3 27.52 94.97 -
YUV 143.73 189.11 170.99 -
System Red Green Blue C M Y K H S L
Decimal 204 92 252 0.19 0.63 0 0.01 282 0.96 0.67
Hex CC 5C FC 13 3F 0 1 11A 60 43
Octal 314 134 374 23 77 0 1 432 140 103
Binary 11001100 1011100 11111100 10011 111111 0 1 100011010 1100000 1000011

Color Harmonies of #CC5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CFC

Black with #CC5CFC

Text Example


Text Example

White with #CC5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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