#C444DD

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

Shades of Medium Orchid #C444DD

Tints of Medium Orchid #C444DD

Color information

#C444DD (or 0xC444DD) is unknown color: approx Medium Orchid. HEX triplet: C4, 44 and DD. RGB value is (196,68,221). Sum of RGB (Red+Green+Blue) = 196+68+221=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #C444DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444DD is #3BBB22. Grayscale: #7B7B7B. Windows color (decimal): -3914531 or 14501060. OLE color: 14501060.

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

Color convert

RGB19668221-
CMYK0.110.6900.13
HSL290.2º69.23%56.67%-
HSV(B)290.2º69.23%86.67%-
XYZ37.8821.0970.48-
YUV123.71182.91179.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 68 (26.95% from 255) = 14.02%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=40.41%
G=14.02%
B=45.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196682210.110.6900.13290.269.2356.67
HexC444DDB450D1224539
Octal3041043351310501544210571
Binary1100010010001001101110110111000101011011001000101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C444DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C444DD; }

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

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

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

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

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

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

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

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