#C569DF

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

Shades of Medium Orchid #C569DF

Tints of Medium Orchid #C569DF

Color information

#C569DF (or 0xC569DF) is unknown color: approx Medium Orchid. HEX triplet: C5, 69 and DF. RGB value is (197,105,223). Sum of RGB (Red+Green+Blue) = 197+105+223=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #C569DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569DF is #3A9620. Grayscale: #919191. Windows color (decimal): -3839521 or 14641605. OLE color: 14641605.

HSL color Cylindrical-coordinate representation of color #C569DF: hue angle of 286.78º 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 #C569DF is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197105223-
CMYK0.120.5300.13
HSL286.78º64.84%64.31%-
HSV(B)286.78º52.91%87.45%-
XYZ41.427.372.9-
YUV145.96171.48164.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 105 (41.41% from 255) = 20%
BLUE value IS 223 (87.5% from 255) = 42.48%
R=37.52%
G=20%
B=42.48%

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
Decimal1971052230.120.5300.13286.7864.8464.31
HexC569DFC350D11f4140
Octal3051513371465015437101100
Binary1100010111010011101111111001101010110110001111110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C569DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C569DF; }

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

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

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

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

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

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

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

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