Html Css Color HEX #C560DE Medium Orchid

📋 copy color: '#C560DE'

red 197 ◦ green 96 ◦ blue 222

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

Shades of Medium Orchid #C560DE

Tints of Medium Orchid #C560DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 38.25%
G = 18.64%
B = 43.11%

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

#C560DE (or 0xC560DE) is known color: Medium Orchid. HEX triplet: C5, 60 and DE. RGB value is (197,96,222). Sum of RGB (Red+Green+Blue) = 197+96+222=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #C560DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560DE is #3A9F21. Grayscale: #8C8C8C. Windows color (decimal): -3841826 or 14573765. OLE color: 14573765.

HSL color Cylindrical-coordinate representation of color #C560DE: hue angle of 288.1º degrees, saturation: 0.66, 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 #C560DE is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 96 222 -
CMYK 0.11 0.57 0 0.13
HSL 288.1º 0.66% 0.62% -
HSV(B) 288.1º 0.57% 0.87% -
XYZ 40.39 25.51 71.9 -
YUV 140.56 173.96 168.25 -
System Red Green Blue C M Y K H S L
Decimal 197 96 222 0.11 0.57 0 0.13 288.1 0.66 0.62
Hex C5 60 DE B 39 0 D 120 42 3E
Octal 305 140 336 13 71 0 15 440 102 76
Binary 11000101 1100000 11011110 1011 111001 0 1101 100100000 1000010 111110

Color Harmonies of #C560DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C560DE

Black with #C560DE

Text Example


Text Example

White with #C560DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C560DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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