#C86FCE

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

Shades of Orchid #C86FCE

Tints of Orchid #C86FCE

Color information

#C86FCE (or 0xC86FCE) is unknown color: approx Orchid. HEX triplet: C8, 6F and CE. RGB value is (200,111,206). Sum of RGB (Red+Green+Blue) = 200+111+206=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #C86FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FCE is #379031. Grayscale: #949494. Windows color (decimal): -3641394 or 13529032. OLE color: 13529032.

HSL color Cylindrical-coordinate representation of color #C86FCE: hue angle of 296.21º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86FCE is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200111206-
CMYK0.030.4600.19
HSL296.21º49.22%62.16%-
HSV(B)296.21º46.12%80.78%-
XYZ40.6428.161.68-
YUV148.44160.49164.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.68%
GREEN value IS 111 (43.75% from 255) = 21.47%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=38.68%
G=21.47%
B=39.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001112060.030.4600.19296.2149.2262.16
HexC86FCE32E013128313e
Octal3101573163560234506176
Binary1100100011011111100111011101110010011100101000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FCE; }

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

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

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

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

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

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

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

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