#C565DD

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

Shades of Medium Orchid #C565DD

Tints of Medium Orchid #C565DD

Color information

#C565DD (or 0xC565DD) is unknown color: approx Medium Orchid. HEX triplet: C5, 65 and DD. RGB value is (197,101,221). Sum of RGB (Red+Green+Blue) = 197+101+221=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #C565DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565DD is #3A9A22. Grayscale: #8F8F8F. Windows color (decimal): -3840547 or 14509509. OLE color: 14509509.

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

Color convert

RGB197101221-
CMYK0.110.5400.13
HSL288º63.83%63.14%-
HSV(B)288º54.3%86.67%-
XYZ40.7326.471.36-
YUV143.38171.8166.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 101 (39.84% from 255) = 19.46%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=37.96%
G=19.46%
B=42.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971012210.110.5400.1328863.8363.14
HexC565DDB360D120403f
Octal305145335136601544010077
Binary110001011100101110111011011110110011011001000001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C565DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C565DD; }

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

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

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

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

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

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

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

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