#C849DD

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

Shades of Medium Orchid #C849DD

Tints of Medium Orchid #C849DD

Color information

#C849DD (or 0xC849DD) is unknown color: approx Medium Orchid. HEX triplet: C8, 49 and DD. RGB value is (200,73,221). Sum of RGB (Red+Green+Blue) = 200+73+221=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #C849DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849DD is #37B622. Grayscale: #7F7F7F. Windows color (decimal): -3651107 or 14502344. OLE color: 14502344.

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

Color convert

RGB20073221-
CMYK0.100.6700.13
HSL291.49º68.52%57.65%-
HSV(B)291.49º66.97%86.67%-
XYZ39.2522.2670.64-
YUV127.84180.58179.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 73 (28.91% from 255) = 14.78%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=40.49%
G=14.78%
B=44.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200732210.100.6700.13291.4968.5257.65
HexC849DDA430D123453a
Octal3101113351210301544310572
Binary1100100010010011101110110101000011011011001000111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C849DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C849DD; }

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

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

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

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

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

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

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

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