#C763DD

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

Shades of Medium Orchid #C763DD

Tints of Medium Orchid #C763DD

Color information

#C763DD (or 0xC763DD) is unknown color: approx Medium Orchid. HEX triplet: C7, 63 and DD. RGB value is (199,99,221). Sum of RGB (Red+Green+Blue) = 199+99+221=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #C763DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763DD is #389C22. Grayscale: #8E8E8E. Windows color (decimal): -3709987 or 14508999. OLE color: 14508999.

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

Color convert

RGB19999221-
CMYK0.100.5500.13
HSL289.18º64.21%62.75%-
HSV(B)289.18º55.2%86.67%-
XYZ41.0726.2971.32-
YUV142.81172.13168.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.34%
GREEN value IS 99 (39.06% from 255) = 19.08%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=38.34%
G=19.08%
B=42.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal199992210.100.5500.13289.1864.2162.75
HexC763DDA370D121403f
Octal307143335126701544110077
Binary110001111100011110111011010110111011011001000011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C763DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C763DD; }

 p { color: rgb(199,99,221); }

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

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

 a { background-color: rgb(199,99,221); }

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

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

 span { border-color: rgb(199,99,221); }

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