#C86DCA

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

Shades of Orchid #C86DCA

Tints of Orchid #C86DCA

Color information

#C86DCA (or 0xC86DCA) is unknown color: approx Orchid. HEX triplet: C8, 6D and CA. RGB value is (200,109,202). Sum of RGB (Red+Green+Blue) = 200+109+202=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #C86DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DCA is #379235. Grayscale: #929292. Windows color (decimal): -3641910 or 13266376. OLE color: 13266376.

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

Color convert

RGB200109202-
CMYK0.010.4600.21
HSL298.71º46.73%60.98%-
HSV(B)298.71º46.04%79.22%-
XYZ39.9527.4859.08-
YUV146.81159.15165.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 109 (42.97% from 255) = 21.33%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=39.14%
G=21.33%
B=39.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001092020.010.4600.21298.7146.7360.98
HexC86DCA12E01512b2f3d
Octal3101553121560254535775
Binary110010001101101110010101101110010101100101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86DCA; }

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

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

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

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

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

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

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

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