#C769D6

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

Shades of Medium Orchid #C769D6

Tints of Medium Orchid #C769D6

Color information

#C769D6 (or 0xC769D6) is unknown color: approx Medium Orchid. HEX triplet: C7, 69 and D6. RGB value is (199,105,214). Sum of RGB (Red+Green+Blue) = 199+105+214=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #C769D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769D6 is #389629. Grayscale: #919191. Windows color (decimal): -3708458 or 14051783. OLE color: 14051783.

HSL color Cylindrical-coordinate representation of color #C769D6: hue angle of 291.74º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C769D6 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB199105214-
CMYK0.070.5100.16
HSL291.74º57.07%62.55%-
HSV(B)291.74º50.93%83.92%-
XYZ40.7427.166.7-
YUV145.53166.64166.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.42%
GREEN value IS 105 (41.41% from 255) = 20.27%
BLUE value IS 214 (83.98% from 255) = 41.31%
R=38.42%
G=20.27%
B=41.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1991052140.070.5100.16291.7457.0762.55
HexC769D6733010124393f
Octal3071513267630204447177
Binary11000111110100111010110111110011010000100100100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C769D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C769D6; }

 p { color: rgb(199,105,214); }

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

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

 a { background-color: rgb(199,105,214); }

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

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

 span { border-color: rgb(199,105,214); }

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