#C769DD

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

Shades of Medium Orchid #C769DD

Tints of Medium Orchid #C769DD

Color information

#C769DD (or 0xC769DD) is unknown color: approx Medium Orchid. HEX triplet: C7, 69 and DD. RGB value is (199,105,221). Sum of RGB (Red+Green+Blue) = 199+105+221=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #C769DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769DD is #389622. Grayscale: #919191. Windows color (decimal): -3708451 or 14510535. OLE color: 14510535.

HSL color Cylindrical-coordinate representation of color #C769DD: hue angle of 288.62º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C769DD is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199105221-
CMYK0.100.5200.13
HSL288.62º63.04%63.92%-
HSV(B)288.62º52.49%86.67%-
XYZ41.6627.4771.51-
YUV146.33170.14165.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.90%
GREEN value IS 105 (41.41% from 255) = 20%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=37.90%
G=20%
B=42.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991052210.100.5200.13288.6263.0463.92
HexC769DDA340D1213f40
Octal307151335126401544177100
Binary110001111101001110111011010110100011011001000011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C769DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C769DD; }

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

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

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

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

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

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

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

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