#C649D1

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

Shades of Medium Orchid #C649D1

Tints of Medium Orchid #C649D1

Color information

#C649D1 (or 0xC649D1) is unknown color: approx Medium Orchid. HEX triplet: C6, 49 and D1. RGB value is (198,73,209). Sum of RGB (Red+Green+Blue) = 198+73+209=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #C649D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649D1 is #39B62E. Grayscale: #7D7D7D. Windows color (decimal): -3782191 or 13715910. OLE color: 13715910.

HSL color Cylindrical-coordinate representation of color #C649D1: hue angle of 295.15º 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 #C649D1 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19873209-
CMYK0.050.6500.18
HSL295.15º59.65%55.29%-
HSV(B)295.15º65.07%81.96%-
XYZ37.1821.3762.49-
YUV125.88174.91179.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 73 (28.91% from 255) = 15.21%
BLUE value IS 209 (82.03% from 255) = 43.54%
R=41.25%
G=15.21%
B=43.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal198732090.050.6500.18295.1559.6555.29
HexC649D15410121273c37
Octal30611132151010224477467
Binary110001101001001110100011011000001010010100100111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C649D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C649D1; }

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

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

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

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

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

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

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

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