#CC86F1

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

Shades of Heliotrope #CC86F1

Tints of Heliotrope #CC86F1

Color information

#CC86F1 (or 0xCC86F1) is unknown color: approx Heliotrope. HEX triplet: CC, 86 and F1. RGB value is (204,134,241). Sum of RGB (Red+Green+Blue) = 204+134+241=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC86F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC86F1 is #33790E. Grayscale: #A6A6A6. Windows color (decimal): -3373327 or 15828684. OLE color: 15828684.

HSL color Cylindrical-coordinate representation of color #CC86F1: hue angle of 279.25º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC86F1 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204134241-
CMYK0.150.4400.05
HSL279.25º79.26%73.53%-
HSV(B)279.25º44.4%94.51%-
XYZ49.336.2487.62-
YUV167.13169.69154.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 134 (52.73% from 255) = 23.14%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=35.23%
G=23.14%
B=41.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041342410.150.4400.05279.2579.2673.53
HexCC86F1F2C051174f4a
Octal314206361175405427117112
Binary1100110010000110111100011111101100010110001011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC86F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC86F1; }

 p { color: rgb(204,134,241); }

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

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

 a { background-color: rgb(204,134,241); }

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

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

 span { border-color: rgb(204,134,241); }

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