#C86DD7

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

Shades of Orchid #C86DD7

Tints of Orchid #C86DD7

Color information

#C86DD7 (or 0xC86DD7) is unknown color: approx Orchid. HEX triplet: C8, 6D and D7. RGB value is (200,109,215). Sum of RGB (Red+Green+Blue) = 200+109+215=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #C86DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DD7 is #379228. Grayscale: #939393. Windows color (decimal): -3641897 or 14118344. OLE color: 14118344.

HSL color Cylindrical-coordinate representation of color #C86DD7: hue angle of 291.51º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86DD7 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB200109215-
CMYK0.070.4900.16
HSL291.51º56.99%63.53%-
HSV(B)291.51º49.3%84.31%-
XYZ41.5528.1267.53-
YUV148.29165.65164.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.17%
GREEN value IS 109 (42.97% from 255) = 20.80%
BLUE value IS 215 (84.38% from 255) = 41.03%
R=38.17%
G=20.80%
B=41.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2001092150.070.4900.16291.5156.9963.53
HexC86DD77310101243940
Octal31015532776102044471100
Binary110010001101101110101111111100010100001001001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86DD7; }

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

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

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

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

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

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

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

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