#C861DB

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

Shades of Medium Orchid #C861DB

Tints of Medium Orchid #C861DB

Color information

#C861DB (or 0xC861DB) is unknown color: approx Medium Orchid. HEX triplet: C8, 61 and DB. RGB value is (200,97,219). Sum of RGB (Red+Green+Blue) = 200+97+219=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #C861DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861DB is #379E24. Grayscale: #8D8D8D. Windows color (decimal): -3644965 or 14377416. OLE color: 14377416.

HSL color Cylindrical-coordinate representation of color #C861DB: hue angle of 290.66º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C861DB is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20097219-
CMYK0.090.5600.14
HSL290.66º62.89%61.96%-
HSV(B)290.66º55.71%85.88%-
XYZ40.8825.9469.87-
YUV141.71171.62169.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 97 (38.28% from 255) = 18.80%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=38.76%
G=18.80%
B=42.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal200972190.090.5600.14290.6662.8961.96
HexC861DB9380E1233f3e
Octal31014133311700164437776
Binary11001000110000111011011100111100001110100100011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C861DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C861DB; }

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

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

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

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

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

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

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

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