Html Css Color HEX #C56BD5 Medium Orchid

📋 copy color: '#C56BD5'

red 197 ◦ green 107 ◦ blue 213

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

Shades of Medium Orchid #C56BD5

Tints of Medium Orchid #C56BD5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.7%

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

R = 38.1%
G = 20.7%
B = 41.2%

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

#C56BD5 (or 0xC56BD5) is known color: Medium Orchid. HEX triplet: C5, 6B and D5. RGB value is (197,107,213). Sum of RGB (Red+Green+Blue) = 197+107+213=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #C56BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BD5 is #3A942A. Grayscale: #919191. Windows color (decimal): -3839019 or 13986757. OLE color: 13986757.

HSL color Cylindrical-coordinate representation of color #C56BD5: hue angle of 290.94º 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 #C56BD5 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 107 213 -
CMYK 0.08 0.50 0 0.16
HSL 290.94º 0.56% 0.63% -
HSV(B) 290.94º 0.5% 0.84% -
XYZ 40.29 27.19 66.08 -
YUV 145.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 197 107 213 0.08 0.50 0 0.16 290.94 0.56 0.63
Hex C5 6B D5 8 32 0 10 123 38 3F
Octal 305 153 325 10 62 0 20 443 70 77
Binary 11000101 1101011 11010101 1000 110010 0 10000 100100011 111000 111111

Color Harmonies of #C56BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56BD5

Black with #C56BD5

Text Example


Text Example

White with #C56BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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