#C349D1

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

Shades of Medium Orchid #C349D1

Tints of Medium Orchid #C349D1

Color information

#C349D1 (or 0xC349D1) is unknown color: approx Medium Orchid. HEX triplet: C3, 49 and D1. RGB value is (195,73,209). Sum of RGB (Red+Green+Blue) = 195+73+209=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #C349D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349D1 is #3CB62E. Grayscale: #7C7C7C. Windows color (decimal): -3978799 or 13715907. OLE color: 13715907.

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

Color convert

RGB19573209-
CMYK0.070.6500.18
HSL293.82º59.65%55.29%-
HSV(B)293.82º65.07%81.96%-
XYZ36.420.9762.45-
YUV124.98175.42177.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 73 (28.91% from 255) = 15.30%
BLUE value IS 209 (82.03% from 255) = 43.82%
R=40.88%
G=15.30%
B=43.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195732090.070.6500.18293.8259.6555.29
HexC349D17410121263c37
Octal30311132171010224467467
Binary110000111001001110100011111000001010010100100110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C349D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C349D1; }

 p { color: rgb(195,73,209); }

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

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

 a { background-color: rgb(195,73,209); }

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

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

 span { border-color: rgb(195,73,209); }

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