Html Css Color HEX #CC80EF Heliotrope

📋 copy color: '#CC80EF'

red 204 ◦ green 128 ◦ blue 239

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

Shades of Heliotrope #CC80EF

Tints of Heliotrope #CC80EF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.42%

 BLUE value IS 239 (93.75% from 255) = 41.86%

R = 35.73%
G = 22.42%
B = 41.86%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC80EF (or 0xCC80EF) is known color: Heliotrope. HEX triplet: CC, 80 and EF. RGB value is (204,128,239). Sum of RGB (Red+Green+Blue) = 204+128+239=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC80EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80EF is #337F10. Grayscale: #A3A3A3. Windows color (decimal): -3374865 or 15696076. OLE color: 15696076.

HSL color Cylindrical-coordinate representation of color #CC80EF: hue angle of 281.08º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC80EF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 128 239 -
CMYK 0.15 0.46 0 0.06
HSL 281.08º 0.78% 0.72% -
HSV(B) 281.08º 0.46% 0.94% -
XYZ 48.2 34.51 85.78 -
YUV 163.38 170.68 156.97 -
System Red Green Blue C M Y K H S L
Decimal 204 128 239 0.15 0.46 0 0.06 281.08 0.78 0.72
Hex CC 80 EF F 2E 0 6 119 4E 48
Octal 314 200 357 17 56 0 6 431 116 110
Binary 11001100 10000000 11101111 1111 101110 0 110 100011001 1001110 1001000

Color Harmonies of #CC80EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC80EF

Black with #CC80EF

Text Example


Text Example

White with #CC80EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC80EF; }

 p { color: rgb(204,128,239); }

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

background-color css

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

 a { background-color: rgb(204,128,239); }

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

border-color css

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

 span { border-color: rgb(204,128,239); }

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