#CD86F9

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

Shades of Heliotrope #CD86F9

Tints of Heliotrope #CD86F9

Color information

#CD86F9 (or 0xCD86F9) is unknown color: approx Heliotrope. HEX triplet: CD, 86 and F9. RGB value is (205,134,249). Sum of RGB (Red+Green+Blue) = 205+134+249=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD86F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD86F9 is #327906. Grayscale: #A7A7A7. Windows color (decimal): -3307783 or 16352973. OLE color: 16352973.

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

Color convert

RGB205134249-
CMYK0.180.4600.02
HSL277.04º90.55%75.1%-
HSV(B)277.04º46.18%97.65%-
XYZ50.836.8794.06-
YUV168.34173.52154.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 134 (52.73% from 255) = 22.79%
BLUE value IS 249 (97.66% from 255) = 42.35%
R=34.86%
G=22.79%
B=42.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051342490.180.4600.02277.0490.5575.1
HexCD86F9122E021155b4b
Octal315206371225602425133113
Binary1100110110000110111110011001010111001010001010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86F9; }

 p { color: rgb(205,134,249); }

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

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

 a { background-color: rgb(205,134,249); }

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

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

 span { border-color: rgb(205,134,249); }

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