#C86DDC

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

Shades of Orchid #C86DDC

Tints of Orchid #C86DDC

Color information

#C86DDC (or 0xC86DDC) is unknown color: approx Orchid. HEX triplet: C8, 6D and DC. RGB value is (200,109,220). Sum of RGB (Red+Green+Blue) = 200+109+220=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #C86DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DDC is #379223. Grayscale: #949494. Windows color (decimal): -3641892 or 14446024. OLE color: 14446024.

HSL color Cylindrical-coordinate representation of color #C86DDC: hue angle of 289.19º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86DDC is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200109220-
CMYK0.090.5000.14
HSL289.19º61.33%64.51%-
HSV(B)289.19º50.45%86.27%-
XYZ42.2128.3870.96-
YUV148.86168.15164.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.81%
GREEN value IS 109 (42.97% from 255) = 20.60%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=37.81%
G=20.60%
B=41.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001092200.090.5000.14289.1961.3364.51
HexC86DDC9320E1213d41
Octal310155334116201644175101
Binary110010001101101110111001001110010011101001000011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86DDC; }

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

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

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

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

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

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

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

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