Html Css Color HEX #CC5CFB Heliotrope

📋 copy color: '#CC5CFB'

red 204 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #CC5CFB

Tints of Heliotrope #CC5CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.89%

R = 37.29%
G = 16.82%
B = 45.89%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC5CFB (or 0xCC5CFB) is known color: Heliotrope. HEX triplet: CC, 5C and FB. RGB value is (204,92,251). Sum of RGB (Red+Green+Blue) = 204+92+251=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 92 (36.33% from 255 or 16.82% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC5CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5CFB is #33A304. Grayscale: #8F8F8F. Windows color (decimal): -3384069 or 16473292. OLE color: 16473292.

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

Color convert

RGB 204 92 251 -
CMYK 0.19 0.63 0 0.02
HSL 282.26º 0.95% 0.67% -
HSV(B) 282.26º 0.63% 0.98% -
XYZ 46.14 27.46 94.13 -
YUV 143.61 188.61 171.07 -
System Red Green Blue C M Y K H S L
Decimal 204 92 251 0.19 0.63 0 0.02 282.26 0.95 0.67
Hex CC 5C FB 13 3F 0 2 11A 5F 43
Octal 314 134 373 23 77 0 2 432 137 103
Binary 11001100 1011100 11111011 10011 111111 0 10 100011010 1011111 1000011

Color Harmonies of #CC5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CFB

Black with #CC5CFB

Text Example


Text Example

White with #CC5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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