#C95AF0

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

Shades of Medium Orchid #C95AF0

Tints of Medium Orchid #C95AF0

Color information

#C95AF0 (or 0xC95AF0) is unknown color: approx Medium Orchid. HEX triplet: C9, 5A and F0. RGB value is (201,90,240). Sum of RGB (Red+Green+Blue) = 201+90+240=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #C95AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95AF0 is #36A50F. Grayscale: #8B8B8B. Windows color (decimal): -3581200 or 15751881. OLE color: 15751881.

HSL color Cylindrical-coordinate representation of color #C95AF0: hue angle of 284.4º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C95AF0 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20190240-
CMYK0.160.6200.06
HSL284.4º83.33%64.71%-
HSV(B)284.4º62.5%94.12%-
XYZ43.4726.0285.17-
YUV140.29184.27171.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.85%
GREEN value IS 90 (35.55% from 255) = 16.95%
BLUE value IS 240 (94.14% from 255) = 45.20%
R=37.85%
G=16.95%
B=45.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal201902400.160.6200.06284.483.3364.71
HexC95AF0103E0611c5341
Octal311132360207606434123101
Binary1100100110110101111000010000111110011010001110010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95AF0; }

 p { color: rgb(201,90,240); }

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

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

 a { background-color: rgb(201,90,240); }

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

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

 span { border-color: rgb(201,90,240); }

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