#C86DDD

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

Shades of Orchid #C86DDD

Tints of Orchid #C86DDD

Color information

#C86DDD (or 0xC86DDD) is unknown color: approx Orchid. HEX triplet: C8, 6D and DD. RGB value is (200,109,221). Sum of RGB (Red+Green+Blue) = 200+109+221=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #C86DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DDD is #379222. Grayscale: #949494. Windows color (decimal): -3641891 or 14511560. OLE color: 14511560.

HSL color Cylindrical-coordinate representation of color #C86DDD: hue angle of 288.75º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86DDD is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200109221-
CMYK0.100.5100.13
HSL288.75º62.22%64.71%-
HSV(B)288.75º50.68%86.67%-
XYZ42.3428.4471.66-
YUV148.98168.65164.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 109 (42.97% from 255) = 20.57%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=37.74%
G=20.57%
B=41.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001092210.100.5100.13288.7562.2264.71
HexC86DDDA330D1213e41
Octal310155335126301544176101
Binary110010001101101110111011010110011011011001000011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86DDD; }

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

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

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

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

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

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

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

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