#C95AE0

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

Shades of Medium Orchid #C95AE0

Tints of Medium Orchid #C95AE0

Color information

#C95AE0 (or 0xC95AE0) is unknown color: approx Medium Orchid. HEX triplet: C9, 5A and E0. RGB value is (201,90,224). Sum of RGB (Red+Green+Blue) = 201+90+224=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #C95AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95AE0 is #36A51F. Grayscale: #8A8A8A. Windows color (decimal): -3581216 or 14703305. OLE color: 14703305.

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

Color convert

RGB20190224-
CMYK0.100.6000.12
HSL289.7º68.37%61.57%-
HSV(B)289.7º59.82%87.84%-
XYZ41.225.1173.2-
YUV138.46176.27172.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.03%
GREEN value IS 90 (35.55% from 255) = 17.48%
BLUE value IS 224 (87.89% from 255) = 43.50%
R=39.03%
G=17.48%
B=43.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal201902240.100.6000.12289.768.3761.57
HexC95AE0A3C0C122443e
Octal311132340127401444210476
Binary110010011011010111000001010111100011001001000101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95AE0; }

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

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

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

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

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

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

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

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