#C861DE

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

Shades of Medium Orchid #C861DE

Tints of Medium Orchid #C861DE

Color information

#C861DE (or 0xC861DE) is unknown color: approx Medium Orchid. HEX triplet: C8, 61 and DE. RGB value is (200,97,222). Sum of RGB (Red+Green+Blue) = 200+97+222=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #C861DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861DE is #379E21. Grayscale: #8D8D8D. Windows color (decimal): -3644962 or 14574024. OLE color: 14574024.

HSL color Cylindrical-coordinate representation of color #C861DE: hue angle of 289.44º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C861DE is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20097222-
CMYK0.100.5600.13
HSL289.44º65.45%62.55%-
HSV(B)289.44º56.31%87.06%-
XYZ41.2826.171.97-
YUV142.05173.12169.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 97 (38.28% from 255) = 18.69%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=38.54%
G=18.69%
B=42.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200972220.100.5600.13289.4465.4562.55
HexC861DEA380D121413f
Octal310141336127001544110177
Binary110010001100001110111101010111000011011001000011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C861DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C861DE; }

 p { color: rgb(200,97,222); }

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

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

 a { background-color: rgb(200,97,222); }

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

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

 span { border-color: rgb(200,97,222); }

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