#C964E9

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

Shades of Medium Orchid #C964E9

Tints of Medium Orchid #C964E9

Color information

#C964E9 (or 0xC964E9) is unknown color: approx Medium Orchid. HEX triplet: C9, 64 and E9. RGB value is (201,100,233). Sum of RGB (Red+Green+Blue) = 201+100+233=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #C964E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C964E9 is #369B16. Grayscale: #909090. Windows color (decimal): -3578647 or 15295689. OLE color: 15295689.

HSL color Cylindrical-coordinate representation of color #C964E9: hue angle of 285.56º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C964E9 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201100233-
CMYK0.140.5700.09
HSL285.56º75.14%65.29%-
HSV(B)285.56º57.08%91.37%-
XYZ43.3527.4280.1-
YUV145.36177.46167.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.64%
GREEN value IS 100 (39.45% from 255) = 18.73%
BLUE value IS 233 (91.41% from 255) = 43.63%
R=37.64%
G=18.73%
B=43.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011002330.140.5700.09285.5675.1465.29
HexC964E9E390911e4b41
Octal3111443511671011436113101
Binary1100100111001001110100111101110010100110001111010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C964E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C964E9; }

 p { color: rgb(201,100,233); }

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

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

 a { background-color: rgb(201,100,233); }

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

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

 span { border-color: rgb(201,100,233); }

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