#C769E0

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

Shades of Medium Orchid #C769E0

Tints of Medium Orchid #C769E0

Color information

#C769E0 (or 0xC769E0) is unknown color: approx Medium Orchid. HEX triplet: C7, 69 and E0. RGB value is (199,105,224). Sum of RGB (Red+Green+Blue) = 199+105+224=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #C769E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769E0 is #38961F. Grayscale: #929292. Windows color (decimal): -3708448 or 14707143. OLE color: 14707143.

HSL color Cylindrical-coordinate representation of color #C769E0: hue angle of 287.39º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C769E0 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB199105224-
CMYK0.110.5300.12
HSL287.39º65.75%64.51%-
HSV(B)287.39º53.12%87.84%-
XYZ42.0627.6373.64-
YUV146.67171.64165.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.69%
GREEN value IS 105 (41.41% from 255) = 19.89%
BLUE value IS 224 (87.89% from 255) = 42.42%
R=37.69%
G=19.89%
B=42.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1991052240.110.5300.12287.3965.7564.51
HexC769E0B350C11f4241
Octal3071513401365014437102101
Binary1100011111010011110000010111101010110010001111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C769E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C769E0; }

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

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

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

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

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

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

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

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