#C95BED

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

Shades of Medium Orchid #C95BED

Tints of Medium Orchid #C95BED

Color information

#C95BED (or 0xC95BED) is unknown color: approx Medium Orchid. HEX triplet: C9, 5B and ED. RGB value is (201,91,237). Sum of RGB (Red+Green+Blue) = 201+91+237=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #C95BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95BED is #36A412. Grayscale: #8C8C8C. Windows color (decimal): -3580947 or 15555529. OLE color: 15555529.

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

Color convert

RGB20191237-
CMYK0.150.6200.07
HSL285.21º80.22%64.31%-
HSV(B)285.21º61.6%92.94%-
XYZ43.1126.0182.87-
YUV140.53182.44171.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 91 (35.94% from 255) = 17.20%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=38.00%
G=17.20%
B=44.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal201912370.150.6200.07285.2180.2264.31
HexC95BEDF3E0711d5040
Octal311133355177607435120100
Binary110010011011011111011011111111110011110001110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95BED; }

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

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

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

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

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

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

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

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