#C569D0

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

Shades of Medium Orchid #C569D0

Tints of Medium Orchid #C569D0

Color information

#C569D0 (or 0xC569D0) is unknown color: approx Medium Orchid. HEX triplet: C5, 69 and D0. RGB value is (197,105,208). Sum of RGB (Red+Green+Blue) = 197+105+208=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #C569D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569D0 is #3A962F. Grayscale: #8F8F8F. Windows color (decimal): -3839536 or 13658565. OLE color: 13658565.

HSL color Cylindrical-coordinate representation of color #C569D0: hue angle of 293.59º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C569D0 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197105208-
CMYK0.050.5000.18
HSL293.59º52.28%61.37%-
HSV(B)293.59º49.52%81.57%-
XYZ39.4626.5362.71-
YUV144.25163.98165.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.63%
GREEN value IS 105 (41.41% from 255) = 20.59%
BLUE value IS 208 (81.64% from 255) = 40.78%
R=38.63%
G=20.59%
B=40.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971052080.050.5000.18293.5952.2861.37
HexC569D0532012126343d
Octal3051513205620224466475
Binary11000101110100111010000101110010010010100100110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C569D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C569D0; }

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

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

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

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

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

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

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

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