#C764DA

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

Shades of Medium Orchid #C764DA

Tints of Medium Orchid #C764DA

Color information

#C764DA (or 0xC764DA) is unknown color: approx Medium Orchid. HEX triplet: C7, 64 and DA. RGB value is (199,100,218). Sum of RGB (Red+Green+Blue) = 199+100+218=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #C764DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764DA is #389B25. Grayscale: #8E8E8E. Windows color (decimal): -3709734 or 14312647. OLE color: 14312647.

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

Color convert

RGB199100218-
CMYK0.090.5400.15
HSL290.34º61.46%62.35%-
HSV(B)290.34º54.13%85.49%-
XYZ40.7726.3269.26-
YUV143.05170.3167.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.49%
GREEN value IS 100 (39.45% from 255) = 19.34%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=38.49%
G=19.34%
B=42.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991002180.090.5400.15290.3461.4662.35
HexC764DA9360F1223d3e
Octal30714433211660174427576
Binary11000111110010011011010100111011001111100100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764DA; }

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

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

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

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

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

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

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

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