#CC85FB

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

Shades of Heliotrope #CC85FB

Tints of Heliotrope #CC85FB

Color information

#CC85FB (or 0xCC85FB) is unknown color: approx Heliotrope. HEX triplet: CC, 85 and FB. RGB value is (204,133,251). Sum of RGB (Red+Green+Blue) = 204+133+251=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85FB is #337A04. Grayscale: #A7A7A7. Windows color (decimal): -3373573 or 16483788. OLE color: 16483788.

HSL color Cylindrical-coordinate representation of color #CC85FB: hue angle of 276.1º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC85FB is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204133251-
CMYK0.190.4700.02
HSL276.1º93.65%75.29%-
HSV(B)276.1º47.01%98.43%-
XYZ50.736.5895.65-
YUV167.68175.02153.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 133 (52.34% from 255) = 22.62%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=34.69%
G=22.62%
B=42.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041332510.190.4700.02276.193.6575.29
HexCC85FB132F021145e4b
Octal314205373235702424136113
Binary1100110010000101111110111001110111101010001010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85FB; }

 p { color: rgb(204,133,251); }

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

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

 a { background-color: rgb(204,133,251); }

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

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

 span { border-color: rgb(204,133,251); }

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