#C86DC6

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

Shades of Orchid #C86DC6

Tints of Orchid #C86DC6

Color information

#C86DC6 (or 0xC86DC6) is unknown color: approx Orchid. HEX triplet: C8, 6D and C6. RGB value is (200,109,198). Sum of RGB (Red+Green+Blue) = 200+109+198=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DC6 is #379239. Grayscale: #929292. Windows color (decimal): -3641914 or 13004232. OLE color: 13004232.

HSL color Cylindrical-coordinate representation of color #C86DC6: hue angle of 301.32º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86DC6 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB200109198-
CMYK00.460.010.22
HSL301.32º45.27%60.59%-
HSV(B)301.32º45.5%78.43%-
XYZ39.4827.2956.61-
YUV146.35157.15166.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 109 (42.97% from 255) = 21.50%
BLUE value IS 198 (77.73% from 255) = 39.05%
R=39.45%
G=21.50%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010919800.460.010.22301.3245.2760.59
HexC86DC602E11612d2d3d
Octal3101553060561264555575
Binary110010001101101110001100101110110110100101101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86DC6; }

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

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

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

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

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

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

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

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