#C953DB

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

Shades of Medium Orchid #C953DB

Tints of Medium Orchid #C953DB

Color information

#C953DB (or 0xC953DB) is unknown color: approx Medium Orchid. HEX triplet: C9, 53 and DB. RGB value is (201,83,219). Sum of RGB (Red+Green+Blue) = 201+83+219=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #C953DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953DB is #36AC24. Grayscale: #858585. Windows color (decimal): -3583013 or 14373833. OLE color: 14373833.

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

Color convert

RGB20183219-
CMYK0.080.6200.14
HSL292.06º65.38%59.22%-
HSV(B)292.06º62.1%85.88%-
XYZ39.9723.7269.49-
YUV133.79176.09175.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 83 (32.81% from 255) = 16.50%
BLUE value IS 219 (85.94% from 255) = 43.54%
R=39.96%
G=16.50%
B=43.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201832190.080.6200.14292.0665.3859.22
HexC953DB83E0E124413b
Octal311123333107601644410173
Binary110010011010011110110111000111110011101001001001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C953DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C953DB; }

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

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

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

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

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

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

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

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