#C86DD3

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

Shades of Orchid #C86DD3

Tints of Orchid #C86DD3

Color information

#C86DD3 (or 0xC86DD3) is unknown color: approx Orchid. HEX triplet: C8, 6D and D3. RGB value is (200,109,211). Sum of RGB (Red+Green+Blue) = 200+109+211=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 211 - color contains mainly: blue. Hex color #C86DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DD3 is #37922C. Grayscale: #939393. Windows color (decimal): -3641901 or 13856200. OLE color: 13856200.

HSL color Cylindrical-coordinate representation of color #C86DD3: hue angle of 293.53º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86DD3 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB200109211-
CMYK0.050.4800.17
HSL293.53º53.68%62.75%-
HSV(B)293.53º48.34%82.75%-
XYZ41.0527.9264.85-
YUV147.84163.65165.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 109 (42.97% from 255) = 20.96%
BLUE value IS 211 (82.81% from 255) = 40.58%
R=38.46%
G=20.96%
B=40.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2001092110.050.4800.17293.5353.6862.75
HexC86DD3530011126363f
Octal3101553235600214466677
Binary11001000110110111010011101110000010001100100110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86DD3; }

 p { color: rgb(200,109,211); }

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

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

 a { background-color: rgb(200,109,211); }

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

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

 span { border-color: rgb(200,109,211); }

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