#CC7FEE

Color #CC7FEE Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CC7FEE

Tints of Heliotrope #CC7FEE

Color information

#CC7FEE (or 0xCC7FEE) is unknown color: approx Heliotrope. HEX triplet: CC, 7F and EE. RGB value is (204,127,238). Sum of RGB (Red+Green+Blue) = 204+127+238=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC7FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FEE is #338011. Grayscale: #A2A2A2. Windows color (decimal): -3375122 or 15630284. OLE color: 15630284.

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

Color convert

RGB204127238-
CMYK0.140.4700.07
HSL281.62º76.55%71.57%-
HSV(B)281.62º46.64%93.33%-
XYZ47.9234.1984.96-
YUV162.68170.51157.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 127 (50% from 255) = 22.32%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=35.85%
G=22.32%
B=41.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041272380.140.4700.07281.6276.5571.57
HexCC7FEEE2F0711a4d48
Octal314177356165707432115110
Binary110011001111111111011101110101111011110001101010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FEE; }

 p { color: rgb(204,127,238); }

 H1.HeaderClassName
 {
   color: #CC7FEE;
 }
 .AnyTagClassName
 {
   color: #CC7FEE;
 }
</style>
background-color css

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

 a { background-color: rgb(204,127,238); }

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

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

 span { border-color: rgb(204,127,238); }

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