#C648D2

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

Shades of Medium Orchid #C648D2

Tints of Medium Orchid #C648D2

Color information

#C648D2 (or 0xC648D2) is unknown color: approx Medium Orchid. HEX triplet: C6, 48 and D2. RGB value is (198,72,210). Sum of RGB (Red+Green+Blue) = 198+72+210=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #C648D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648D2 is #39B72D. Grayscale: #7C7C7C. Windows color (decimal): -3782446 or 13781190. OLE color: 13781190.

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

Color convert

RGB19872210-
CMYK0.060.6600.18
HSL294.78º60.53%55.29%-
HSV(B)294.78º65.71%82.35%-
XYZ37.2421.2963.12-
YUV125.41175.74179.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 72 (28.52% from 255) = 15%
BLUE value IS 210 (82.42% from 255) = 43.75%
R=41.25%
G=15%
B=43.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal198722100.060.6600.18294.7860.5355.29
HexC648D26420121273d37
Octal30611032261020224477567
Binary110001101001000110100101101000010010010100100111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C648D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C648D2; }

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

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

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

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

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

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

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

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