#CC88FE

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

Shades of Heliotrope #CC88FE

Tints of Heliotrope #CC88FE

Color information

#CC88FE (or 0xCC88FE) is unknown color: approx Heliotrope. HEX triplet: CC, 88 and FE. RGB value is (204,136,254). Sum of RGB (Red+Green+Blue) = 204+136+254=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC88FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC88FE is #337701. Grayscale: #A9A9A9. Windows color (decimal): -3372802 or 16681164. OLE color: 16681164.

HSL color Cylindrical-coordinate representation of color #CC88FE: hue angle of 274.58º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC88FE is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204136254-
CMYK0.200.4600.00
HSL274.58º98.33%76.47%-
HSV(B)274.58º46.46%99.61%-
XYZ51.637.698.3-
YUV169.78175.53152.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 136 (53.52% from 255) = 22.90%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=34.34%
G=22.90%
B=42.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041362540.200.4600.00274.5898.3376.47
HexCC88FE142E00113624c
Octal314210376245600423142114
Binary110011001000100011111110101001011100010001001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC88FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC88FE; }

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

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

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

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

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

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

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

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