#CC69EE

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

Shades of Heliotrope #CC69EE

Tints of Heliotrope #CC69EE

Color information

#CC69EE (or 0xCC69EE) is unknown color: approx Heliotrope. HEX triplet: CC, 69 and EE. RGB value is (204,105,238). Sum of RGB (Red+Green+Blue) = 204+105+238=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC69EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC69EE is #339611. Grayscale: #959595. Windows color (decimal): -3380754 or 15624652. OLE color: 15624652.

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

Color convert

RGB204105238-
CMYK0.140.5600.07
HSL284.66º79.64%67.25%-
HSV(B)284.66º55.88%93.33%-
XYZ45.3929.1184.12-
YUV149.76177.8166.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 105 (41.41% from 255) = 19.20%
BLUE value IS 238 (93.36% from 255) = 43.51%
R=37.29%
G=19.20%
B=43.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041052380.140.5600.07284.6679.6467.25
HexCC69EEE380711d5043
Octal314151356167007435120103
Binary110011001101001111011101110111000011110001110110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC69EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC69EE; }

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

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

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

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

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

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

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

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