#C945E8

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

Shades of Medium Orchid #C945E8

Tints of Medium Orchid #C945E8

Color information

#C945E8 (or 0xC945E8) is unknown color: approx Medium Orchid. HEX triplet: C9, 45 and E8. RGB value is (201,69,232). Sum of RGB (Red+Green+Blue) = 201+69+232=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #C945E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C945E8 is #36BA17. Grayscale: #7E7E7E. Windows color (decimal): -3586584 or 15222217. OLE color: 15222217.

HSL color Cylindrical-coordinate representation of color #C945E8: hue angle of 288.59º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C945E8 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20169232-
CMYK0.130.7000.09
HSL288.59º77.99%59.02%-
HSV(B)288.59º70.26%90.98%-
XYZ40.7822.578.54-
YUV127.05187.23180.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.04%
GREEN value IS 69 (27.34% from 255) = 13.75%
BLUE value IS 232 (91.02% from 255) = 46.22%
R=40.04%
G=13.75%
B=46.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201692320.130.7000.09288.5977.9959.02
HexC945E8D46091214e3b
Octal3111053501510601144111673
Binary1100100110001011110100011011000110010011001000011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C945E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C945E8; }

 p { color: rgb(201,69,232); }

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

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

 a { background-color: rgb(201,69,232); }

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

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

 span { border-color: rgb(201,69,232); }

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