Html Css Color HEX #CC7EEC Heliotrope

📋 copy color: '#CC7EEC'

red 204 ◦ green 126 ◦ blue 236

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

Shades of Heliotrope #CC7EEC

Tints of Heliotrope #CC7EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.26%

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

R = 36.04%
G = 22.26%
B = 41.7%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC7EEC (or 0xCC7EEC) is known color: Heliotrope. HEX triplet: CC, 7E and EC. RGB value is (204,126,236). Sum of RGB (Red+Green+Blue) = 204+126+236=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC7EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7EEC is #338113. Grayscale: #A1A1A1. Windows color (decimal): -3375380 or 15498956. OLE color: 15498956.

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

Color convert

RGB 204 126 236 -
CMYK 0.14 0.47 0 0.07
HSL 282.55º 0.74% 0.71% -
HSV(B) 282.55º 0.47% 0.93% -
XYZ 47.5 33.82 83.38 -
YUV 161.86 169.84 158.06 -
System Red Green Blue C M Y K H S L
Decimal 204 126 236 0.14 0.47 0 0.07 282.55 0.74 0.71
Hex CC 7E EC E 2F 0 7 11B 4A 47
Octal 314 176 354 16 57 0 7 433 112 107
Binary 11001100 1111110 11101100 1110 101111 0 111 100011011 1001010 1000111

Color Harmonies of #CC7EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7EEC

Black with #CC7EEC

Text Example


Text Example

White with #CC7EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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