Html Css Color HEX #C561D5 Medium Orchid

📋 copy color: '#C561D5'

red 197 ◦ green 97 ◦ blue 213

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

Shades of Medium Orchid #C561D5

Tints of Medium Orchid #C561D5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.13%

 BLUE value IS 213 (83.59% from 255) = 42.01%

R = 38.86%
G = 19.13%
B = 42.01%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C561D5 (or 0xC561D5) is known color: Medium Orchid. HEX triplet: C5, 61 and D5. RGB value is (197,97,213). Sum of RGB (Red+Green+Blue) = 197+97+213=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #C561D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C561D5 is #3A9E2A. Grayscale: #8B8B8B. Windows color (decimal): -3841579 or 13984197. OLE color: 13984197.

HSL color Cylindrical-coordinate representation of color #C561D5: hue angle of 291.72º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C561D5 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 97 213 -
CMYK 0.08 0.54 0 0.16
HSL 291.72º 0.58% 0.61% -
HSV(B) 291.72º 0.54% 0.84% -
XYZ 39.31 25.22 65.75 -
YUV 140.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 197 97 213 0.08 0.54 0 0.16 291.72 0.58 0.61
Hex C5 61 D5 8 36 0 10 124 3A 3D
Octal 305 141 325 10 66 0 20 444 72 75
Binary 11000101 1100001 11010101 1000 110110 0 10000 100100100 111010 111101

Color Harmonies of #C561D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561D5

Black with #C561D5

Text Example


Text Example

White with #C561D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561D5; }

 p { color: rgb(197,97,213); }

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

background-color css

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

 a { background-color: rgb(197,97,213); }

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

border-color css

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

 span { border-color: rgb(197,97,213); }

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