#C648D1

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

Shades of Medium Orchid #C648D1

Tints of Medium Orchid #C648D1

Color information

#C648D1 (or 0xC648D1) is unknown color: approx Medium Orchid. HEX triplet: C6, 48 and D1. RGB value is (198,72,209). Sum of RGB (Red+Green+Blue) = 198+72+209=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #C648D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648D1 is #39B72E. Grayscale: #7C7C7C. Windows color (decimal): -3782447 or 13715654. OLE color: 13715654.

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

Color convert

RGB19872209-
CMYK0.050.6600.18
HSL295.18º59.83%55.1%-
HSV(B)295.18º65.55%81.96%-
XYZ37.1121.2462.47-
YUV125.29175.24179.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.34%
GREEN value IS 72 (28.52% from 255) = 15.03%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=41.34%
G=15.03%
B=43.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal198722090.050.6600.18295.1859.8355.1
HexC648D15420121273c37
Octal30611032151020224477467
Binary110001101001000110100011011000010010010100100111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C648D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C648D1; }

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

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

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

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

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

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

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

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