#C95DE8

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

Shades of Medium Orchid #C95DE8

Tints of Medium Orchid #C95DE8

Color information

#C95DE8 (or 0xC95DE8) is unknown color: approx Medium Orchid. HEX triplet: C9, 5D and E8. RGB value is (201,93,232). Sum of RGB (Red+Green+Blue) = 201+93+232=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #C95DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95DE8 is #36A217. Grayscale: #8C8C8C. Windows color (decimal): -3580440 or 15228361. OLE color: 15228361.

HSL color Cylindrical-coordinate representation of color #C95DE8: hue angle of 286.62º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95DE8 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20193232-
CMYK0.130.6000.09
HSL286.62º75.14%63.73%-
HSV(B)286.62º59.91%90.98%-
XYZ42.5726.0779.13-
YUV141.14179.28170.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 93 (36.72% from 255) = 17.68%
BLUE value IS 232 (91.02% from 255) = 44.11%
R=38.21%
G=17.68%
B=44.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201932320.130.6000.09286.6275.1463.73
HexC95DE8D3C0911f4b40
Octal3111353501574011437113100
Binary1100100110111011110100011011111000100110001111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95DE8; }

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

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

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

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

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

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

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

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