#C44BDD

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

Shades of Medium Orchid #C44BDD

Tints of Medium Orchid #C44BDD

Color information

#C44BDD (or 0xC44BDD) is unknown color: approx Medium Orchid. HEX triplet: C4, 4B and DD. RGB value is (196,75,221). Sum of RGB (Red+Green+Blue) = 196+75+221=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #C44BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BDD is #3BB422. Grayscale: #7F7F7F. Windows color (decimal): -3912739 or 14502852. OLE color: 14502852.

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

Color convert

RGB19675221-
CMYK0.110.6600.13
HSL289.73º68.22%58.04%-
HSV(B)289.73º66.06%86.67%-
XYZ38.3321.9970.63-
YUV127.82180.59176.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.84%
GREEN value IS 75 (29.69% from 255) = 15.24%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=39.84%
G=15.24%
B=44.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196752210.110.6600.13289.7368.2258.04
HexC44BDDB420D122443a
Octal3041133351310201544210472
Binary1100010010010111101110110111000010011011001000101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44BDD; }

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

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

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

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

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

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

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

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