#C148D1

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

Shades of Medium Orchid #C148D1

Tints of Medium Orchid #C148D1

Color information

#C148D1 (or 0xC148D1) is unknown color: approx Medium Orchid. HEX triplet: C1, 48 and D1. RGB value is (193,72,209). Sum of RGB (Red+Green+Blue) = 193+72+209=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #C148D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148D1 is #3EB72E. Grayscale: #7B7B7B. Windows color (decimal): -4110127 or 13715649. OLE color: 13715649.

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

Color convert

RGB19372209-
CMYK0.080.6600.18
HSL292.99º59.83%55.1%-
HSV(B)292.99º65.55%81.96%-
XYZ35.8220.5862.41-
YUV123.8176.09177.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.72%
GREEN value IS 72 (28.52% from 255) = 15.19%
BLUE value IS 209 (82.03% from 255) = 44.09%
R=40.72%
G=15.19%
B=44.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193722090.080.6600.18292.9959.8355.1
HexC148D18420121253c37
Octal301110321101020224457467
Binary1100000110010001101000110001000010010010100100101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C148D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C148D1; }

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

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

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

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

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

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

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

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