#C766DA

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

Shades of Medium Orchid #C766DA

Tints of Medium Orchid #C766DA

Color information

#C766DA (or 0xC766DA) is unknown color: approx Medium Orchid. HEX triplet: C7, 66 and DA. RGB value is (199,102,218). Sum of RGB (Red+Green+Blue) = 199+102+218=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #C766DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766DA is #389925. Grayscale: #8F8F8F. Windows color (decimal): -3709222 or 14313159. OLE color: 14313159.

HSL color Cylindrical-coordinate representation of color #C766DA: hue angle of 290.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C766DA is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199102218-
CMYK0.090.5300.15
HSL290.17º61.05%62.75%-
HSV(B)290.17º53.21%85.49%-
XYZ40.9626.7169.33-
YUV144.23169.64167.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.34%
GREEN value IS 102 (40.23% from 255) = 19.65%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=38.34%
G=19.65%
B=42.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991022180.090.5300.15290.1761.0562.75
HexC766DA9350F1223d3f
Octal30714633211650174427577
Binary11000111110011011011010100111010101111100100010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C766DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C766DA; }

 p { color: rgb(199,102,218); }

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

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

 a { background-color: rgb(199,102,218); }

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

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

 span { border-color: rgb(199,102,218); }

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