#CC86FD

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

Shades of Heliotrope #CC86FD

Tints of Heliotrope #CC86FD

Color information

#CC86FD (or 0xCC86FD) is unknown color: approx Heliotrope. HEX triplet: CC, 86 and FD. RGB value is (204,134,253). Sum of RGB (Red+Green+Blue) = 204+134+253=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC86FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC86FD is #337902. Grayscale: #A8A8A8. Windows color (decimal): -3373315 or 16615116. OLE color: 16615116.

HSL color Cylindrical-coordinate representation of color #CC86FD: hue angle of 275.29º 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 #CC86FD is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204134253-
CMYK0.190.4700.01
HSL275.29º96.75%75.88%-
HSV(B)275.29º47.04%99.22%-
XYZ51.1636.9897.37-
YUV168.5175.69153.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 134 (52.73% from 255) = 22.67%
BLUE value IS 253 (99.22% from 255) = 42.81%
R=34.52%
G=22.67%
B=42.81%

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
Decimal2041342530.190.4700.01275.2996.7575.88
HexCC86FD132F01113614c
Octal314206375235701423141114
Binary110011001000011011111101100111011110110001001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC86FD; }

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

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

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

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

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

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

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

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