Html Css Color HEX #C560DF Medium Orchid

📋 copy color: '#C560DF'

red 197 ◦ green 96 ◦ blue 223

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

Shades of Medium Orchid #C560DF

Tints of Medium Orchid #C560DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 38.18%
G = 18.6%
B = 43.22%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C560DF (or 0xC560DF) is known color: Medium Orchid. HEX triplet: C5, 60 and DF. RGB value is (197,96,223). Sum of RGB (Red+Green+Blue) = 197+96+223=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #C560DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560DF is #3A9F20. Grayscale: #8C8C8C. Windows color (decimal): -3841825 or 14639301. OLE color: 14639301.

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

Color convert

RGB 197 96 223 -
CMYK 0.12 0.57 0 0.13
HSL 287.72º 0.66% 0.63% -
HSV(B) 287.72º 0.57% 0.87% -
XYZ 40.53 25.56 72.61 -
YUV 140.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 197 96 223 0.12 0.57 0 0.13 287.72 0.66 0.63
Hex C5 60 DF C 39 0 D 120 42 3F
Octal 305 140 337 14 71 0 15 440 102 77
Binary 11000101 1100000 11011111 1100 111001 0 1101 100100000 1000010 111111

Color Harmonies of #C560DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C560DF

Black with #C560DF

Text Example


Text Example

White with #C560DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C560DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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