#C472DD

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

Shades of Medium Orchid #C472DD

Tints of Medium Orchid #C472DD

Color information

#C472DD (or 0xC472DD) is unknown color: approx Medium Orchid. HEX triplet: C4, 72 and DD. RGB value is (196,114,221). Sum of RGB (Red+Green+Blue) = 196+114+221=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #C472DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472DD is #3B8D22. Grayscale: #969696. Windows color (decimal): -3902755 or 14512836. OLE color: 14512836.

HSL color Cylindrical-coordinate representation of color #C472DD: hue angle of 285.98º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C472DD is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196114221-
CMYK0.110.4800.13
HSL285.98º61.14%65.69%-
HSV(B)285.98º48.42%86.67%-
XYZ41.8328.9971.8-
YUV150.72167.67160.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 114 (44.92% from 255) = 21.47%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=36.91%
G=21.47%
B=41.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961142210.110.4800.13285.9861.1465.69
HexC472DDB300D11e3d42
Octal304162335136001543675102
Binary110001001110010110111011011110000011011000111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C472DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C472DD; }

 p { color: rgb(196,114,221); }

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

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

 a { background-color: rgb(196,114,221); }

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

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

 span { border-color: rgb(196,114,221); }

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