#C95BD3

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

Shades of Medium Orchid #C95BD3

Tints of Medium Orchid #C95BD3

Color information

#C95BD3 (or 0xC95BD3) is unknown color: approx Medium Orchid. HEX triplet: C9, 5B and D3. RGB value is (201,91,211). Sum of RGB (Red+Green+Blue) = 201+91+211=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #C95BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BD3 is #36A42C. Grayscale: #898989. Windows color (decimal): -3580973 or 13851593. OLE color: 13851593.

HSL color Cylindrical-coordinate representation of color #C95BD3: hue angle of 295º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95BD3 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20191211-
CMYK0.050.5700.17
HSL295º57.69%59.22%-
HSV(B)295º56.87%82.75%-
XYZ39.5924.664.29-
YUV137.57169.44173.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 91 (35.94% from 255) = 18.09%
BLUE value IS 211 (82.81% from 255) = 41.95%
R=39.96%
G=18.09%
B=41.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal201912110.050.5700.1729557.6959.22
HexC95BD35390111273a3b
Octal3111333235710214477273
Binary11001001101101111010011101111001010001100100111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95BD3; }

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

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

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

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

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

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

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

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