#C769DB

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

Shades of Medium Orchid #C769DB

Tints of Medium Orchid #C769DB

Color information

#C769DB (or 0xC769DB) is unknown color: approx Medium Orchid. HEX triplet: C7, 69 and DB. RGB value is (199,105,219). Sum of RGB (Red+Green+Blue) = 199+105+219=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #C769DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769DB is #389624. Grayscale: #919191. Windows color (decimal): -3708453 or 14379463. OLE color: 14379463.

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

Color convert

RGB199105219-
CMYK0.090.5200.14
HSL289.47º61.29%63.53%-
HSV(B)289.47º52.05%85.88%-
XYZ41.3927.3670.12-
YUV146.1169.14165.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.05%
GREEN value IS 105 (41.41% from 255) = 20.08%
BLUE value IS 219 (85.94% from 255) = 41.87%
R=38.05%
G=20.08%
B=41.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991052190.090.5200.14289.4761.2963.53
HexC769DB9340E1213d40
Octal307151333116401644175100
Binary110001111101001110110111001110100011101001000011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C769DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C769DB; }

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

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

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

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

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

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

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

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