#C447D0

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

Shades of Medium Orchid #C447D0

Tints of Medium Orchid #C447D0

Color information

#C447D0 (or 0xC447D0) is unknown color: approx Medium Orchid. HEX triplet: C4, 47 and D0. RGB value is (196,71,208). Sum of RGB (Red+Green+Blue) = 196+71+208=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #C447D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C447D0 is #3BB82F. Grayscale: #7B7B7B. Windows color (decimal): -3913776 or 13649860. OLE color: 13649860.

HSL color Cylindrical-coordinate representation of color #C447D0: hue angle of 294.74º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C447D0 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19671208-
CMYK0.060.6600.18
HSL294.74º59.31%54.71%-
HSV(B)294.74º65.87%81.57%-
XYZ36.420.861.77-
YUV123.99175.41179.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 71 (28.12% from 255) = 14.95%
BLUE value IS 208 (81.64% from 255) = 43.79%
R=41.26%
G=14.95%
B=43.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196712080.060.6600.18294.7459.3154.71
HexC447D06420121273b37
Octal30410732061020224477367
Binary110001001000111110100001101000010010010100100111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C447D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C447D0; }

 p { color: rgb(196,71,208); }

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

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

 a { background-color: rgb(196,71,208); }

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

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

 span { border-color: rgb(196,71,208); }

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