Html Css Color HEX #CC5CF6 Heliotrope

📋 copy color: '#CC5CF6'

red 204 ◦ green 92 ◦ blue 246

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

Shades of Heliotrope #CC5CF6

Tints of Heliotrope #CC5CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.39%

R = 37.64%
G = 16.97%
B = 45.39%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC5CF6 (or 0xCC5CF6) is known color: Heliotrope. HEX triplet: CC, 5C and F6. RGB value is (204,92,246). Sum of RGB (Red+Green+Blue) = 204+92+246=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 92 (36.33% from 255 or 16.97% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC5CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5CF6 is #33A309. Grayscale: #8E8E8E. Windows color (decimal): -3384074 or 16145612. OLE color: 16145612.

HSL color Cylindrical-coordinate representation of color #CC5CF6: hue angle of 283.64º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC5CF6 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 92 246 -
CMYK 0.17 0.63 0 0.04
HSL 283.64º 0.9% 0.66% -
HSV(B) 283.64º 0.63% 0.96% -
XYZ 45.36 27.15 90.04 -
YUV 143.04 186.11 171.48 -
System Red Green Blue C M Y K H S L
Decimal 204 92 246 0.17 0.63 0 0.04 283.64 0.9 0.66
Hex CC 5C F6 11 3F 0 4 11C 5A 42
Octal 314 134 366 21 77 0 4 434 132 102
Binary 11001100 1011100 11110110 10001 111111 0 100 100011100 1011010 1000010

Color Harmonies of #CC5CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CF6

Black with #CC5CF6

Text Example


Text Example

White with #CC5CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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