#C44BD0

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

Shades of Medium Orchid #C44BD0

Tints of Medium Orchid #C44BD0

Color information

#C44BD0 (or 0xC44BD0) is unknown color: approx Medium Orchid. HEX triplet: C4, 4B and D0. RGB value is (196,75,208). Sum of RGB (Red+Green+Blue) = 196+75+208=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #C44BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BD0 is #3BB42F. Grayscale: #7D7D7D. Windows color (decimal): -3912752 or 13650884. OLE color: 13650884.

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

Color convert

RGB19675208-
CMYK0.060.6400.18
HSL294.59º58.59%55.49%-
HSV(B)294.59º63.94%81.57%-
XYZ36.6721.3261.86-
YUV126.34174.09177.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 75 (29.69% from 255) = 15.66%
BLUE value IS 208 (81.64% from 255) = 43.42%
R=40.92%
G=15.66%
B=43.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196752080.060.6400.18294.5958.5955.49
HexC44BD06400121273b37
Octal30411332061000224477367
Binary110001001001011110100001101000000010010100100111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44BD0; }

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

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

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

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

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

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

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

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