#C144F9

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

Shades of Medium Orchid #C144F9

Tints of Medium Orchid #C144F9

Color information

#C144F9 (or 0xC144F9) is unknown color: approx Medium Orchid. HEX triplet: C1, 44 and F9. RGB value is (193,68,249). Sum of RGB (Red+Green+Blue) = 193+68+249=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #C144F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C144F9 is #3EBB06. Grayscale: #7D7D7D. Windows color (decimal): -4111111 or 16336065. OLE color: 16336065.

HSL color Cylindrical-coordinate representation of color #C144F9: hue angle of 281.44º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C144F9 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19368249-
CMYK0.220.7300.02
HSL281.44º93.78%62.16%-
HSV(B)281.44º72.69%97.65%-
XYZ41.1622.3191.76-
YUV126.01197.41175.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 68 (26.95% from 255) = 13.33%
BLUE value IS 249 (97.66% from 255) = 48.82%
R=37.84%
G=13.33%
B=48.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal193682490.220.7300.02281.4493.7862.16
HexC144F91649021195e3e
Octal301104371261110243113676
Binary110000011000100111110011011010010010101000110011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C144F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C144F9; }

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

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

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

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

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

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

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

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