Html Css Color HEX #C56AD5 Medium Orchid

📋 copy color: '#C56AD5'

red 197 ◦ green 106 ◦ blue 213

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

Shades of Medium Orchid #C56AD5

Tints of Medium Orchid #C56AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.54%

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

R = 38.18%
G = 20.54%
B = 41.28%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C56AD5 (or 0xC56AD5) is known color: Medium Orchid. HEX triplet: C5, 6A and D5. RGB value is (197,106,213). Sum of RGB (Red+Green+Blue) = 197+106+213=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #C56AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AD5 is #3A952A. Grayscale: #919191. Windows color (decimal): -3839275 or 13986501. OLE color: 13986501.

HSL color Cylindrical-coordinate representation of color #C56AD5: hue angle of 291.03º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56AD5 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 106 213 -
CMYK 0.08 0.50 0 0.16
HSL 291.03º 0.56% 0.63% -
HSV(B) 291.03º 0.5% 0.84% -
XYZ 40.19 26.98 66.04 -
YUV 145.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 197 106 213 0.08 0.50 0 0.16 291.03 0.56 0.63
Hex C5 6A D5 8 32 0 10 123 38 3F
Octal 305 152 325 10 62 0 20 443 70 77
Binary 11000101 1101010 11010101 1000 110010 0 10000 100100011 111000 111111

Color Harmonies of #C56AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56AD5

Black with #C56AD5

Text Example


Text Example

White with #C56AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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