#C842DD

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

Shades of Medium Orchid #C842DD

Tints of Medium Orchid #C842DD

Color information

#C842DD (or 0xC842DD) is unknown color: approx Medium Orchid. HEX triplet: C8, 42 and DD. RGB value is (200,66,221). Sum of RGB (Red+Green+Blue) = 200+66+221=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #C842DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842DD is #37BD22. Grayscale: #7B7B7B. Windows color (decimal): -3652899 or 14500552. OLE color: 14500552.

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

Color convert

RGB20066221-
CMYK0.100.7000.13
HSL291.87º69.51%56.27%-
HSV(B)291.87º70.14%86.67%-
XYZ38.8221.470.49-
YUV123.74182.89182.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 66 (26.17% from 255) = 13.55%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=41.07%
G=13.55%
B=45.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200662210.100.7000.13291.8769.5156.27
HexC842DDA460D1244638
Octal3101023351210601544410670
Binary1100100010000101101110110101000110011011001001001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C842DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C842DD; }

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

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

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

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

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

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

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

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