#C95FED

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

Shades of Medium Orchid #C95FED

Tints of Medium Orchid #C95FED

Color information

#C95FED (or 0xC95FED) is unknown color: approx Medium Orchid. HEX triplet: C9, 5F and ED. RGB value is (201,95,237). Sum of RGB (Red+Green+Blue) = 201+95+237=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #C95FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95FED is #36A012. Grayscale: #8E8E8E. Windows color (decimal): -3579923 or 15556553. OLE color: 15556553.

HSL color Cylindrical-coordinate representation of color #C95FED: hue angle of 284.79º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95FED is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20195237-
CMYK0.150.6000.07
HSL284.79º79.78%65.1%-
HSV(B)284.79º59.92%92.94%-
XYZ43.4726.7282.99-
YUV142.88181.12169.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.71%
GREEN value IS 95 (37.5% from 255) = 17.82%
BLUE value IS 237 (92.97% from 255) = 44.47%
R=37.71%
G=17.82%
B=44.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal201952370.150.6000.07284.7979.7865.1
HexC95FEDF3C0711d5041
Octal311137355177407435120101
Binary110010011011111111011011111111100011110001110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95FED; }

 p { color: rgb(201,95,237); }

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

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

 a { background-color: rgb(201,95,237); }

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

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

 span { border-color: rgb(201,95,237); }

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