#C953E0

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

Shades of Medium Orchid #C953E0

Tints of Medium Orchid #C953E0

Color information

#C953E0 (or 0xC953E0) is unknown color: approx Medium Orchid. HEX triplet: C9, 53 and E0. RGB value is (201,83,224). Sum of RGB (Red+Green+Blue) = 201+83+224=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #C953E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953E0 is #36AC1F. Grayscale: #858585. Windows color (decimal): -3583008 or 14701513. OLE color: 14701513.

HSL color Cylindrical-coordinate representation of color #C953E0: hue angle of 290.21º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C953E0 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20183224-
CMYK0.100.6300.12
HSL290.21º69.46%60.2%-
HSV(B)290.21º62.95%87.84%-
XYZ40.6423.9973.01-
YUV134.36178.59175.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.57%
GREEN value IS 83 (32.81% from 255) = 16.34%
BLUE value IS 224 (87.89% from 255) = 44.09%
R=39.57%
G=16.34%
B=44.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal201832240.100.6300.12290.2169.4660.2
HexC953E0A3F0C122453c
Octal311123340127701444210574
Binary110010011010011111000001010111111011001001000101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C953E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C953E0; }

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

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

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

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

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

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

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

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