Html Css Color HEX #CC80EC Heliotrope

📋 copy color: '#CC80EC'

red 204 ◦ green 128 ◦ blue 236

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

Shades of Heliotrope #CC80EC

Tints of Heliotrope #CC80EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.55%

R = 35.92%
G = 22.54%
B = 41.55%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC80EC (or 0xCC80EC) is known color: Heliotrope. HEX triplet: CC, 80 and EC. RGB value is (204,128,236). Sum of RGB (Red+Green+Blue) = 204+128+236=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC80EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80EC is #337F13. Grayscale: #A2A2A2. Windows color (decimal): -3374868 or 15499468. OLE color: 15499468.

HSL color Cylindrical-coordinate representation of color #CC80EC: hue angle of 282.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC80EC is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 128 236 -
CMYK 0.14 0.46 0 0.07
HSL 282.22º 0.74% 0.71% -
HSV(B) 282.22º 0.46% 0.93% -
XYZ 47.76 34.33 83.47 -
YUV 163.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 204 128 236 0.14 0.46 0 0.07 282.22 0.74 0.71
Hex CC 80 EC E 2E 0 7 11A 4A 47
Octal 314 200 354 16 56 0 7 432 112 107
Binary 11001100 10000000 11101100 1110 101110 0 111 100011010 1001010 1000111

Color Harmonies of #CC80EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC80EC

Black with #CC80EC

Text Example


Text Example

White with #CC80EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC80EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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