#CC69EB

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

Shades of Heliotrope #CC69EB

Tints of Heliotrope #CC69EB

Color information

#CC69EB (or 0xCC69EB) is unknown color: approx Heliotrope. HEX triplet: CC, 69 and EB. RGB value is (204,105,235). Sum of RGB (Red+Green+Blue) = 204+105+235=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC69EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC69EB is #339614. Grayscale: #959595. Windows color (decimal): -3380757 or 15428044. OLE color: 15428044.

HSL color Cylindrical-coordinate representation of color #CC69EB: hue angle of 285.69º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC69EB is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204105235-
CMYK0.130.5500.08
HSL285.69º76.47%66.67%-
HSV(B)285.69º55.32%92.16%-
XYZ44.9528.9481.81-
YUV149.42176.3166.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 105 (41.41% from 255) = 19.30%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=37.5%
G=19.30%
B=43.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041052350.130.5500.08285.6976.4766.67
HexCC69EBD370811e4c43
Octal3141513531567010436114103
Binary1100110011010011110101111011101110100010001111010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC69EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC69EB; }

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

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

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

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

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

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

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

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