#C769E4

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

Shades of Medium Orchid #C769E4

Tints of Medium Orchid #C769E4

Color information

#C769E4 (or 0xC769E4) is unknown color: approx Medium Orchid. HEX triplet: C7, 69 and E4. RGB value is (199,105,228). Sum of RGB (Red+Green+Blue) = 199+105+228=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 228 (89.45% from 255 or 42.86% from 532); Max value from RGB is 228 - color contains mainly: blue. Hex color #C769E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769E4 is #38961B. Grayscale: #929292. Windows color (decimal): -3708444 or 14969287. OLE color: 14969287.

HSL color Cylindrical-coordinate representation of color #C769E4: hue angle of 285.85º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C769E4 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB199105228-
CMYK0.130.5400.11
HSL285.85º69.49%65.29%-
HSV(B)285.85º53.95%89.41%-
XYZ42.6127.8576.53-
YUV147.13173.64165-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.41%
GREEN value IS 105 (41.41% from 255) = 19.74%
BLUE value IS 228 (89.45% from 255) = 42.86%
R=37.41%
G=19.74%
B=42.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1991052280.130.5400.11285.8569.4965.29
HexC769E4D360B11e4541
Octal3071513441566013436105101
Binary1100011111010011110010011011101100101110001111010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C769E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C769E4; }

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

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

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

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

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

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

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

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