#CD86F2

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

Shades of Heliotrope #CD86F2

Tints of Heliotrope #CD86F2

Color information

#CD86F2 (or 0xCD86F2) is unknown color: approx Heliotrope. HEX triplet: CD, 86 and F2. RGB value is (205,134,242). Sum of RGB (Red+Green+Blue) = 205+134+242=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD86F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD86F2 is #32790D. Grayscale: #A7A7A7. Windows color (decimal): -3307790 or 15894221. OLE color: 15894221.

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

Color convert

RGB205134242-
CMYK0.150.4500.05
HSL279.44º80.6%73.73%-
HSV(B)279.44º44.63%94.9%-
XYZ49.7336.4488.42-
YUV167.54170.02154.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 134 (52.73% from 255) = 23.06%
BLUE value IS 242 (94.92% from 255) = 41.65%
R=35.28%
G=23.06%
B=41.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051342420.150.4500.05279.4480.673.73
HexCD86F2F2D05117514a
Octal315206362175505427121112
Binary1100110110000110111100101111101101010110001011110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86F2; }

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

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

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

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

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

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

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

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