#c86de1

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

Shades of Orchid #C86DE1

Tints of Orchid #C86DE1

Color information

#C86DE1 (or 0xC86DE1) is unknown color: approx Orchid. HEX triplet: C8, 6D and E1. RGB value is (200,109,225). Sum of RGB (Red+Green+Blue) = 200+109+225=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #C86DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DE1 is #37921E. Grayscale: #959595. Windows color (decimal): -3641887 or 14773704. OLE color: 14773704.

HSL color Cylindrical-coordinate representation of color #C86DE1: hue angle of 287.07º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86DE1 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB200109225-
CMYK0.110.5200.12
HSL287.07º65.91%65.49%-
HSV(B)287.07º51.56%88.24%-
XYZ42.8828.6574.5-
YUV149.43170.65164.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.45%
GREEN value IS 109 (42.97% from 255) = 20.41%
BLUE value IS 225 (88.28% from 255) = 42.13%
R=37.45%
G=20.41%
B=42.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2001092250.110.5200.12287.0765.9165.49
HexC86DE1B340C11f4241
Octal3101553411364014437102101
Binary1100100011011011110000110111101000110010001111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c86de1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c86de1; }

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

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

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

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

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

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

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

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