Html Css Color HEX #CC5EF6 Heliotrope

📋 copy color: '#CC5EF6'

red 204 ◦ green 94 ◦ blue 246

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

Shades of Heliotrope #CC5EF6

Tints of Heliotrope #CC5EF6

RGB

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

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

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

R = 37.5%
G = 17.28%
B = 45.22%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC5EF6 (or 0xCC5EF6) is known color: Heliotrope. HEX triplet: CC, 5E and F6. RGB value is (204,94,246). Sum of RGB (Red+Green+Blue) = 204+94+246=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC5EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5EF6 is #33A109. Grayscale: #8F8F8F. Windows color (decimal): -3383562 or 16146124. OLE color: 16146124.

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

Color convert

RGB 204 94 246 -
CMYK 0.17 0.62 0 0.04
HSL 283.42º 0.89% 0.67% -
HSV(B) 283.42º 0.62% 0.96% -
XYZ 45.54 27.5 90.1 -
YUV 144.22 185.44 170.64 -
System Red Green Blue C M Y K H S L
Decimal 204 94 246 0.17 0.62 0 0.04 283.42 0.89 0.67
Hex CC 5E F6 11 3E 0 4 11B 59 43
Octal 314 136 366 21 76 0 4 433 131 103
Binary 11001100 1011110 11110110 10001 111110 0 100 100011011 1011001 1000011

Color Harmonies of #CC5EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5EF6

Black with #CC5EF6

Text Example


Text Example

White with #CC5EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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