#C95BE7

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

Shades of Medium Orchid #C95BE7

Tints of Medium Orchid #C95BE7

Color information

#C95BE7 (or 0xC95BE7) is unknown color: approx Medium Orchid. HEX triplet: C9, 5B and E7. RGB value is (201,91,231). Sum of RGB (Red+Green+Blue) = 201+91+231=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 91 (35.94% from 255 or 17.40% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 231 - color contains mainly: blue. Hex color #C95BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95BE7 is #36A418. Grayscale: #8B8B8B. Windows color (decimal): -3580953 or 15162313. OLE color: 15162313.

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

Color convert

RGB20191231-
CMYK0.130.6100.09
HSL287.14º74.47%63.14%-
HSV(B)287.14º60.61%90.59%-
XYZ42.2525.6778.33-
YUV139.85179.44171.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.43%
GREEN value IS 91 (35.94% from 255) = 17.40%
BLUE value IS 231 (90.62% from 255) = 44.17%
R=38.43%
G=17.40%
B=44.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201912310.130.6100.09287.1474.4763.14
HexC95BE7D3D0911f4a3f
Octal311133347157501143711277
Binary110010011011011111001111101111101010011000111111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95BE7; }

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

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

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

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

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

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

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

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