#C95DE5

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

Shades of Medium Orchid #C95DE5

Tints of Medium Orchid #C95DE5

Color information

#C95DE5 (or 0xC95DE5) is unknown color: approx Medium Orchid. HEX triplet: C9, 5D and E5. RGB value is (201,93,229). Sum of RGB (Red+Green+Blue) = 201+93+229=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #C95DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DE5 is #36A21A. Grayscale: #8C8C8C. Windows color (decimal): -3580443 or 15031753. OLE color: 15031753.

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

Color convert

RGB20193229-
CMYK0.120.5900.10
HSL287.65º72.34%63.14%-
HSV(B)287.65º59.39%89.8%-
XYZ42.1425.976.91-
YUV140.8177.78170.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.43%
GREEN value IS 93 (36.72% from 255) = 17.78%
BLUE value IS 229 (89.84% from 255) = 43.79%
R=38.43%
G=17.78%
B=43.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal201932290.120.5900.10287.6572.3463.14
HexC95DE5C3B0A120483f
Octal311135345147301244011077
Binary110010011011101111001011100111011010101001000001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95DE5; }

 p { color: rgb(201,93,229); }

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

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

 a { background-color: rgb(201,93,229); }

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

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

 span { border-color: rgb(201,93,229); }

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