#C86FCA

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

Shades of Orchid #C86FCA

Tints of Orchid #C86FCA

Color information

#C86FCA (or 0xC86FCA) is unknown color: approx Orchid. HEX triplet: C8, 6F and CA. RGB value is (200,111,202). Sum of RGB (Red+Green+Blue) = 200+111+202=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #C86FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FCA is #379035. Grayscale: #939393. Windows color (decimal): -3641398 or 13266888. OLE color: 13266888.

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

Color convert

RGB200111202-
CMYK0.010.4500.21
HSL298.68º46.19%61.37%-
HSV(B)298.68º45.05%79.22%-
XYZ40.1627.9159.15-
YUV147.98158.49165.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 111 (43.75% from 255) = 21.64%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=38.99%
G=21.64%
B=39.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001112020.010.4500.21298.6846.1961.37
HexC86FCA12D01512b2e3d
Octal3101573121550254535675
Binary110010001101111110010101101101010101100101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FCA; }

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

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

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

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

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

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

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

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