#C95EE8

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

Shades of Medium Orchid #C95EE8

Tints of Medium Orchid #C95EE8

Color information

#C95EE8 (or 0xC95EE8) is unknown color: approx Medium Orchid. HEX triplet: C9, 5E and E8. RGB value is (201,94,232). Sum of RGB (Red+Green+Blue) = 201+94+232=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #C95EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95EE8 is #36A117. Grayscale: #8D8D8D. Windows color (decimal): -3580184 or 15228617. OLE color: 15228617.

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

Color convert

RGB20194232-
CMYK0.130.5900.09
HSL286.52º75%63.92%-
HSV(B)286.52º59.48%90.98%-
XYZ42.6626.2579.16-
YUV141.72178.95170.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.14%
GREEN value IS 94 (37.11% from 255) = 17.84%
BLUE value IS 232 (91.02% from 255) = 44.02%
R=38.14%
G=17.84%
B=44.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201942320.130.5900.09286.527563.92
HexC95EE8D3B0911f4b40
Octal3111363501573011437113100
Binary1100100110111101110100011011110110100110001111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95EE8; }

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

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

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

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

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

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

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

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