#C144D1

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

Shades of Medium Orchid #C144D1

Tints of Medium Orchid #C144D1

Color information

#C144D1 (or 0xC144D1) is unknown color: approx Medium Orchid. HEX triplet: C1, 44 and D1. RGB value is (193,68,209). Sum of RGB (Red+Green+Blue) = 193+68+209=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #C144D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144D1 is #3EBB2E. Grayscale: #797979. Windows color (decimal): -4111151 or 13714625. OLE color: 13714625.

HSL color Cylindrical-coordinate representation of color #C144D1: hue angle of 293.19º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C144D1 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19368209-
CMYK0.080.6700.18
HSL293.19º60.52%54.31%-
HSV(B)293.19º67.46%81.96%-
XYZ35.5720.0862.32-
YUV121.45177.41179.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 68 (26.95% from 255) = 14.47%
BLUE value IS 209 (82.03% from 255) = 44.47%
R=41.06%
G=14.47%
B=44.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193682090.080.6700.18293.1960.5254.31
HexC144D18430121253d36
Octal301104321101030224457566
Binary1100000110001001101000110001000011010010100100101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C144D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C144D1; }

 p { color: rgb(193,68,209); }

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

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

 a { background-color: rgb(193,68,209); }

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

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

 span { border-color: rgb(193,68,209); }

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