#C86FC5

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

Shades of Orchid #C86FC5

Tints of Orchid #C86FC5

Color information

#C86FC5 (or 0xC86FC5) is unknown color: approx Orchid. HEX triplet: C8, 6F and C5. RGB value is (200,111,197). Sum of RGB (Red+Green+Blue) = 200+111+197=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FC5 is #37903A. Grayscale: #939393. Windows color (decimal): -3641403 or 12939208. OLE color: 12939208.

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

Color convert

RGB200111197-
CMYK00.440.020.22
HSL302.02º44.72%60.98%-
HSV(B)302.02º44.5%78.43%-
XYZ39.5827.6856.08-
YUV147.42155.99165.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 111 (43.75% from 255) = 21.85%
BLUE value IS 197 (77.34% from 255) = 38.78%
R=39.37%
G=21.85%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011119700.440.020.22302.0244.7260.98
HexC86FC502C21612e2d3d
Octal3101573050542264565575
Binary1100100011011111100010101011001010110100101110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FC5; }

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

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

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

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

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

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

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

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