#CC85FD

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

Shades of Heliotrope #CC85FD

Tints of Heliotrope #CC85FD

Color information

#CC85FD (or 0xCC85FD) is unknown color: approx Heliotrope. HEX triplet: CC, 85 and FD. RGB value is (204,133,253). Sum of RGB (Red+Green+Blue) = 204+133+253=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC85FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85FD is #337A02. Grayscale: #A7A7A7. Windows color (decimal): -3373571 or 16614860. OLE color: 16614860.

HSL color Cylindrical-coordinate representation of color #CC85FD: hue angle of 275.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC85FD is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204133253-
CMYK0.190.4700.01
HSL275.5º96.77%75.69%-
HSV(B)275.5º47.43%99.22%-
XYZ51.0236.797.32-
YUV167.91176.02153.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 133 (52.34% from 255) = 22.54%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=34.58%
G=22.54%
B=42.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041332530.190.4700.01275.596.7775.69
HexCC85FD132F01114614c
Octal314205375235701424141114
Binary110011001000010111111101100111011110110001010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85FD; }

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

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

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

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

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

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

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

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