#CC88FF

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

Shades of Heliotrope #CC88FF

Tints of Heliotrope #CC88FF

Color information

#CC88FF (or 0xCC88FF) is unknown color: approx Heliotrope. HEX triplet: CC, 88 and FF. RGB value is (204,136,255). Sum of RGB (Red+Green+Blue) = 204+136+255=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC88FF is #337700. Grayscale: #A9A9A9. Windows color (decimal): -3372801 or 16746700. OLE color: 16746700.

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

Color convert

RGB204136255-
CMYK0.20.4700
HSL274.29º100%76.67%-
HSV(B)274.29º46.67%100%-
XYZ51.7637.6799.15-
YUV169.9176.03152.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 136 (53.52% from 255) = 22.86%
BLUE value IS 255 (100% from 255) = 42.86%
R=34.29%
G=22.86%
B=42.86%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041362550.20.4700274.2910076.67
HexCC88FF142F00112644d
Octal314210377245700422144115
Binary110011001000100011111111101001011110010001001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC88FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC88FF; }

 p { color: rgb(204,136,255); }

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

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

 a { background-color: rgb(204,136,255); }

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

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

 span { border-color: rgb(204,136,255); }

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