#C845DD

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

Shades of Medium Orchid #C845DD

Tints of Medium Orchid #C845DD

Color information

#C845DD (or 0xC845DD) is unknown color: approx Medium Orchid. HEX triplet: C8, 45 and DD. RGB value is (200,69,221). Sum of RGB (Red+Green+Blue) = 200+69+221=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #C845DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845DD is #37BA22. Grayscale: #7D7D7D. Windows color (decimal): -3652131 or 14501320. OLE color: 14501320.

HSL color Cylindrical-coordinate representation of color #C845DD: hue angle of 291.71º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C845DD is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20069221-
CMYK0.100.6900.13
HSL291.71º69.09%56.86%-
HSV(B)291.71º68.78%86.67%-
XYZ3921.7670.55-
YUV125.5181.9181.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 69 (27.34% from 255) = 14.08%
BLUE value IS 221 (86.72% from 255) = 45.10%
R=40.82%
G=14.08%
B=45.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200692210.100.6900.13291.7169.0956.86
HexC845DDA450D1244539
Octal3101053351210501544410571
Binary1100100010001011101110110101000101011011001001001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C845DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C845DD; }

 p { color: rgb(200,69,221); }

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

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

 a { background-color: rgb(200,69,221); }

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

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

 span { border-color: rgb(200,69,221); }

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