#C861DD

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

Shades of Medium Orchid #C861DD

Tints of Medium Orchid #C861DD

Color information

#C861DD (or 0xC861DD) is unknown color: approx Medium Orchid. HEX triplet: C8, 61 and DD. RGB value is (200,97,221). Sum of RGB (Red+Green+Blue) = 200+97+221=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #C861DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861DD is #379E22. Grayscale: #8D8D8D. Windows color (decimal): -3644963 or 14508488. OLE color: 14508488.

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

Color convert

RGB20097221-
CMYK0.100.5600.13
HSL289.84º64.58%62.35%-
HSV(B)289.84º56.11%86.67%-
XYZ41.1526.0571.27-
YUV141.93172.62169.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 97 (38.28% from 255) = 18.73%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=38.61%
G=18.73%
B=42.66%

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
Decimal200972210.100.5600.13289.8464.5862.35
HexC861DDA380D122413e
Octal310141335127001544210176
Binary110010001100001110111011010111000011011001000101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C861DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C861DD; }

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

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

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

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

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

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

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

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