#C469DA

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

Shades of Medium Orchid #C469DA

Tints of Medium Orchid #C469DA

Color information

#C469DA (or 0xC469DA) is unknown color: approx Medium Orchid. HEX triplet: C4, 69 and DA. RGB value is (196,105,218). Sum of RGB (Red+Green+Blue) = 196+105+218=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #C469DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469DA is #3B9625. Grayscale: #909090. Windows color (decimal): -3905062 or 14313924. OLE color: 14313924.

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

Color convert

RGB196105218-
CMYK0.100.5200.15
HSL288.32º60.43%63.33%-
HSV(B)288.32º51.83%85.49%-
XYZ40.4726.969.39-
YUV145.09169.15164.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 105 (41.41% from 255) = 20.23%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=37.76%
G=20.23%
B=42.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961052180.100.5200.15288.3260.4363.33
HexC469DAA340F1203c3f
Octal30415133212640174407477
Binary11000100110100111011010101011010001111100100000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C469DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C469DA; }

 p { color: rgb(196,105,218); }

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

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

 a { background-color: rgb(196,105,218); }

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

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

 span { border-color: rgb(196,105,218); }

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