#C764DD

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

Shades of Medium Orchid #C764DD

Tints of Medium Orchid #C764DD

Color information

#C764DD (or 0xC764DD) is unknown color: approx Medium Orchid. HEX triplet: C7, 64 and DD. RGB value is (199,100,221). Sum of RGB (Red+Green+Blue) = 199+100+221=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #C764DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764DD is #389B22. Grayscale: #8F8F8F. Windows color (decimal): -3709731 or 14509255. OLE color: 14509255.

HSL color Cylindrical-coordinate representation of color #C764DD: hue angle of 289.09º 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 #C764DD is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199100221-
CMYK0.100.5500.13
HSL289.09º64.02%62.94%-
HSV(B)289.09º54.75%86.67%-
XYZ41.1626.4871.35-
YUV143.39171.8167.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.27%
GREEN value IS 100 (39.45% from 255) = 19.23%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=38.27%
G=19.23%
B=42.5%

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
Decimal1991002210.100.5500.13289.0964.0262.94
HexC764DDA370D121403f
Octal307144335126701544110077
Binary110001111100100110111011010110111011011001000011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764DD; }

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

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

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

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

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

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

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

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