#CC85FA

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

Shades of Heliotrope #CC85FA

Tints of Heliotrope #CC85FA

Color information

#CC85FA (or 0xCC85FA) is unknown color: approx Heliotrope. HEX triplet: CC, 85 and FA. RGB value is (204,133,250). Sum of RGB (Red+Green+Blue) = 204+133+250=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC85FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85FA is #337A05. Grayscale: #A7A7A7. Windows color (decimal): -3373574 or 16418252. OLE color: 16418252.

HSL color Cylindrical-coordinate representation of color #CC85FA: hue angle of 276.41º degrees, saturation: 0.92, 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 #CC85FA is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204133250-
CMYK0.180.4700.02
HSL276.41º92.13%75.1%-
HSV(B)276.41º46.8%98.04%-
XYZ50.5436.5194.83-
YUV167.57174.52153.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 133 (52.34% from 255) = 22.66%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=34.75%
G=22.66%
B=42.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041332500.180.4700.02276.4192.1375.1
HexCC85FA122F021145c4b
Octal314205372225702424134113
Binary1100110010000101111110101001010111101010001010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85FA; }

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

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

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

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

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

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

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

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