#C862DB

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

Shades of Medium Orchid #C862DB

Tints of Medium Orchid #C862DB

Color information

#C862DB (or 0xC862DB) is unknown color: approx Medium Orchid. HEX triplet: C8, 62 and DB. RGB value is (200,98,219). Sum of RGB (Red+Green+Blue) = 200+98+219=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #C862DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862DB is #379D24. Grayscale: #8D8D8D. Windows color (decimal): -3644709 or 14377672. OLE color: 14377672.

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

Color convert

RGB20098219-
CMYK0.090.5500.14
HSL290.58º62.69%62.16%-
HSV(B)290.58º55.25%85.88%-
XYZ40.9726.1369.9-
YUV142.29171.29169.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.68%
GREEN value IS 98 (38.67% from 255) = 18.96%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=38.68%
G=18.96%
B=42.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal200982190.090.5500.14290.5862.6962.16
HexC862DB9370E1233f3e
Octal31014233311670164437776
Binary11001000110001011011011100111011101110100100011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C862DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C862DB; }

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

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

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

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

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

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

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

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