#C953DD

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

Shades of Medium Orchid #C953DD

Tints of Medium Orchid #C953DD

Color information

#C953DD (or 0xC953DD) is unknown color: approx Medium Orchid. HEX triplet: C9, 53 and DD. RGB value is (201,83,221). Sum of RGB (Red+Green+Blue) = 201+83+221=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #C953DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953DD is #36AC22. Grayscale: #858585. Windows color (decimal): -3583011 or 14504905. OLE color: 14504905.

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

Color convert

RGB20183221-
CMYK0.090.6200.13
HSL291.3º66.99%59.61%-
HSV(B)291.3º62.44%86.67%-
XYZ40.2323.8270.88-
YUV134.01177.09175.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.80%
GREEN value IS 83 (32.81% from 255) = 16.44%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=39.80%
G=16.44%
B=43.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201832210.090.6200.13291.366.9959.61
HexC953DD93E0D123433c
Octal311123335117601544310374
Binary110010011010011110111011001111110011011001000111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C953DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C953DD; }

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

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

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

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

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

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

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

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