#CC88F4

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

Shades of Heliotrope #CC88F4

Tints of Heliotrope #CC88F4

Color information

#CC88F4 (or 0xCC88F4) is unknown color: approx Heliotrope. HEX triplet: CC, 88 and F4. RGB value is (204,136,244). Sum of RGB (Red+Green+Blue) = 204+136+244=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 244 (95.70% from 255 or 41.78% from 584); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC88F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC88F4 is #33770B. Grayscale: #A8A8A8. Windows color (decimal): -3372812 or 16025804. OLE color: 16025804.

HSL color Cylindrical-coordinate representation of color #CC88F4: hue angle of 277.78º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC88F4 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204136244-
CMYK0.160.4400.04
HSL277.78º83.08%74.51%-
HSV(B)277.78º44.26%95.69%-
XYZ50.0436.9890.09-
YUV168.64170.53153.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 136 (53.52% from 255) = 23.29%
BLUE value IS 244 (95.70% from 255) = 41.78%
R=34.93%
G=23.29%
B=41.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041362440.160.4400.04277.7883.0874.51
HexCC88F4102C04116534b
Octal314210364205404426123113
Binary11001100100010001111010010000101100010010001011010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC88F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC88F4; }

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

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

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

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

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

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

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

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