#C565D8

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

Shades of Medium Orchid #C565D8

Tints of Medium Orchid #C565D8

Color information

#C565D8 (or 0xC565D8) is unknown color: approx Medium Orchid. HEX triplet: C5, 65 and D8. RGB value is (197,101,216). Sum of RGB (Red+Green+Blue) = 197+101+216=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #C565D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565D8 is #3A9A27. Grayscale: #8E8E8E. Windows color (decimal): -3840552 or 14181829. OLE color: 14181829.

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

Color convert

RGB197101216-
CMYK0.090.5300.15
HSL290.09º59.59%62.16%-
HSV(B)290.09º53.24%84.71%-
XYZ40.0726.1467.9-
YUV142.81169.3166.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 101 (39.84% from 255) = 19.65%
BLUE value IS 216 (84.77% from 255) = 42.02%
R=38.33%
G=19.65%
B=42.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971012160.090.5300.15290.0959.5962.16
HexC565D89350F1223c3e
Octal30514533011650174427476
Binary11000101110010111011000100111010101111100100010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C565D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C565D8; }

 p { color: rgb(197,101,216); }

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

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

 a { background-color: rgb(197,101,216); }

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

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

 span { border-color: rgb(197,101,216); }

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