#C768DA

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

Shades of Medium Orchid #C768DA

Tints of Medium Orchid #C768DA

Color information

#C768DA (or 0xC768DA) is unknown color: approx Medium Orchid. HEX triplet: C7, 68 and DA. RGB value is (199,104,218). Sum of RGB (Red+Green+Blue) = 199+104+218=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #C768DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768DA is #389725. Grayscale: #919191. Windows color (decimal): -3708710 or 14313671. OLE color: 14313671.

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

Color convert

RGB199104218-
CMYK0.090.5200.15
HSL290º60.64%63.14%-
HSV(B)290º52.29%85.49%-
XYZ41.1627.169.39-
YUV145.4168.97166.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.20%
GREEN value IS 104 (41.02% from 255) = 19.96%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=38.20%
G=19.96%
B=41.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991042180.090.5200.1529060.6463.14
HexC768DA9340F1223d3f
Octal30715033211640174427577
Binary11000111110100011011010100111010001111100100010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C768DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C768DA; }

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

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

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

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

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

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

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

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