Html Css Color HEX #C56ADD Medium Orchid

📋 copy color: '#C56ADD'

red 197 ◦ green 106 ◦ blue 221

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

Shades of Medium Orchid #C56ADD

Tints of Medium Orchid #C56ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 37.6%
G = 20.23%
B = 42.18%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C56ADD (or 0xC56ADD) is known color: Medium Orchid. HEX triplet: C5, 6A and DD. RGB value is (197,106,221). Sum of RGB (Red+Green+Blue) = 197+106+221=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #C56ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ADD is #3A9522. Grayscale: #919191. Windows color (decimal): -3839267 or 14510789. OLE color: 14510789.

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

Color convert

RGB 197 106 221 -
CMYK 0.11 0.52 0 0.13
HSL 287.48º 0.63% 0.64% -
HSV(B) 287.48º 0.52% 0.87% -
XYZ 41.23 27.4 71.52 -
YUV 146.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 197 106 221 0.11 0.52 0 0.13 287.48 0.63 0.64
Hex C5 6A DD B 34 0 D 11F 3F 40
Octal 305 152 335 13 64 0 15 437 77 100
Binary 11000101 1101010 11011101 1011 110100 0 1101 100011111 111111 1000000

Color Harmonies of #C56ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56ADD

Black with #C56ADD

Text Example


Text Example

White with #C56ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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