#C569CE

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

Shades of Medium Orchid #C569CE

Tints of Medium Orchid #C569CE

Color information

#C569CE (or 0xC569CE) is unknown color: approx Medium Orchid. HEX triplet: C5, 69 and CE. RGB value is (197,105,206). Sum of RGB (Red+Green+Blue) = 197+105+206=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #C569CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569CE is #3A9631. Grayscale: #8F8F8F. Windows color (decimal): -3839538 or 13527493. OLE color: 13527493.

HSL color Cylindrical-coordinate representation of color #C569CE: hue angle of 294.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C569CE is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197105206-
CMYK0.040.4900.19
HSL294.65º50.75%60.98%-
HSV(B)294.65º49.03%80.78%-
XYZ39.2226.4361.43-
YUV144.02162.98165.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=38.78%
G=20.67%
B=40.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971052060.040.4900.19294.6550.7560.98
HexC569CE431013127333d
Octal3051513164610234476375
Binary11000101110100111001110100110001010011100100111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C569CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C569CE; }

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

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

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

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

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

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

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

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