Html Css Color HEX #CC6AE8 Heliotrope

📋 copy color: '#CC6AE8'

red 204 ◦ green 106 ◦ blue 232

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

Shades of Heliotrope #CC6AE8

Tints of Heliotrope #CC6AE8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.56%

 BLUE value IS 232 (91.02% from 255) = 42.8%

R = 37.64%
G = 19.56%
B = 42.8%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC6AE8 (or 0xCC6AE8) is known color: Heliotrope. HEX triplet: CC, 6A and E8. RGB value is (204,106,232). Sum of RGB (Red+Green+Blue) = 204+106+232=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC6AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6AE8 is #339517. Grayscale: #959595. Windows color (decimal): -3380504 or 15231692. OLE color: 15231692.

HSL color Cylindrical-coordinate representation of color #CC6AE8: hue angle of 286.67º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC6AE8 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 106 232 -
CMYK 0.12 0.54 0 0.09
HSL 286.67º 0.73% 0.66% -
HSV(B) 286.67º 0.54% 0.91% -
XYZ 44.62 28.97 79.58 -
YUV 149.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 204 106 232 0.12 0.54 0 0.09 286.67 0.73 0.66
Hex CC 6A E8 C 36 0 9 11F 49 42
Octal 314 152 350 14 66 0 11 437 111 102
Binary 11001100 1101010 11101000 1100 110110 0 1001 100011111 1001001 1000010

Color Harmonies of #CC6AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6AE8

Black with #CC6AE8

Text Example


Text Example

White with #CC6AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6AE8; }

 p { color: rgb(204,106,232); }

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

background-color css

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

 a { background-color: rgb(204,106,232); }

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

border-color css

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

 span { border-color: rgb(204,106,232); }

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