#c469df

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

Shades of Medium Orchid #C469DF

Tints of Medium Orchid #C469DF

Color information

#C469DF (or 0xC469DF) is unknown color: approx Medium Orchid. HEX triplet: C4, 69 and DF. RGB value is (196,105,223). Sum of RGB (Red+Green+Blue) = 196+105+223=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #C469DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469DF is #3B9620. Grayscale: #919191. Windows color (decimal): -3905057 or 14641604. OLE color: 14641604.

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

Color convert

RGB196105223-
CMYK0.120.5300.13
HSL286.27º64.84%64.31%-
HSV(B)286.27º52.91%87.45%-
XYZ41.1427.1772.89-
YUV145.66171.65163.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 105 (41.41% from 255) = 20.04%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=37.40%
G=20.04%
B=42.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961052230.120.5300.13286.2764.8464.31
HexC469DFC350D11e4140
Octal3041513371465015436101100
Binary1100010011010011101111111001101010110110001111010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c469df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c469df; }

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

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

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

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

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

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

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

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