#C646DD

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

Shades of Medium Orchid #C646DD

Tints of Medium Orchid #C646DD

Color information

#C646DD (or 0xC646DD) is unknown color: approx Medium Orchid. HEX triplet: C6, 46 and DD. RGB value is (198,70,221). Sum of RGB (Red+Green+Blue) = 198+70+221=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 70 (27.73% from 255 or 14.31% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #C646DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646DD is #39B922. Grayscale: #7D7D7D. Windows color (decimal): -3782947 or 14501574. OLE color: 14501574.

HSL color Cylindrical-coordinate representation of color #C646DD: hue angle of 290.86º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C646DD is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19870221-
CMYK0.100.6800.13
HSL290.86º68.95%57.06%-
HSV(B)290.86º68.33%86.67%-
XYZ38.5321.6170.55-
YUV125.49181.91179.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 70 (27.73% from 255) = 14.31%
BLUE value IS 221 (86.72% from 255) = 45.19%
R=40.49%
G=14.31%
B=45.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal198702210.100.6800.13290.8668.9557.06
HexC646DDA440D1234539
Octal3061063351210401544310571
Binary1100011010001101101110110101000100011011001000111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C646DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C646DD; }

 p { color: rgb(198,70,221); }

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

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

 a { background-color: rgb(198,70,221); }

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

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

 span { border-color: rgb(198,70,221); }

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