Html Css Color HEX #C560DD Medium Orchid

📋 copy color: '#C560DD'

red 197 ◦ green 96 ◦ blue 221

#C560DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C560DD

Tints of Medium Orchid #C560DD

RGB

 RED value IS 197 (77.34% from 255) = 38.33%

 GREEN value IS 96 (37.89% from 255) = 18.68%

 BLUE value IS 221 (86.72% from 255) = 43%

R = 38.33%
G = 18.68%
B = 43%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C560DD (or 0xC560DD) is known color: Medium Orchid. HEX triplet: C5, 60 and DD. RGB value is (197,96,221). Sum of RGB (Red+Green+Blue) = 197+96+221=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #C560DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560DD is #3A9F22. Grayscale: #8C8C8C. Windows color (decimal): -3841827 or 14508229. OLE color: 14508229.

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

Color convert

RGB 197 96 221 -
CMYK 0.11 0.57 0 0.13
HSL 288.48º 0.65% 0.62% -
HSV(B) 288.48º 0.57% 0.87% -
XYZ 40.26 25.46 71.2 -
YUV 140.45 173.46 168.34 -
System Red Green Blue C M Y K H S L
Decimal 197 96 221 0.11 0.57 0 0.13 288.48 0.65 0.62
Hex C5 60 DD B 39 0 D 120 41 3E
Octal 305 140 335 13 71 0 15 440 101 76
Binary 11000101 1100000 11011101 1011 111001 0 1101 100100000 1000001 111110

Color Harmonies of #C560DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C560DD

Black with #C560DD

Text Example


Text Example

White with #C560DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C560DD; }

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

 H1.HeaderClassName
 {
   color: #C560DD;
 }
 .AnyTagClassName
 {
   color: #C560DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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