#C963DB

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

Shades of Medium Orchid #C963DB

Tints of Medium Orchid #C963DB

Color information

#C963DB (or 0xC963DB) is unknown color: approx Medium Orchid. HEX triplet: C9, 63 and DB. RGB value is (201,99,219). Sum of RGB (Red+Green+Blue) = 201+99+219=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #C963DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963DB is #369C24. Grayscale: #8E8E8E. Windows color (decimal): -3578917 or 14377929. OLE color: 14377929.

HSL color Cylindrical-coordinate representation of color #C963DB: hue angle of 291º degrees, saturation: 0.62, 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 #C963DB is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20199219-
CMYK0.080.5500.14
HSL291º62.5%62.35%-
HSV(B)291º54.79%85.88%-
XYZ41.3426.4669.95-
YUV143.18170.79169.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 99 (39.06% from 255) = 19.08%
BLUE value IS 219 (85.94% from 255) = 42.20%
R=38.73%
G=19.08%
B=42.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201992190.080.5500.1429162.562.35
HexC963DB8370E1233e3e
Octal31114333310670164437676
Binary11001001110001111011011100011011101110100100011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C963DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C963DB; }

 p { color: rgb(201,99,219); }

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

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

 a { background-color: rgb(201,99,219); }

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

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

 span { border-color: rgb(201,99,219); }

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