Html Css Color HEX #C56ADA Medium Orchid

📋 copy color: '#C56ADA'

red 197 ◦ green 106 ◦ blue 218

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

Shades of Medium Orchid #C56ADA

Tints of Medium Orchid #C56ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 37.81%
G = 20.35%
B = 41.84%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C56ADA (or 0xC56ADA) is known color: Medium Orchid. HEX triplet: C5, 6A and DA. RGB value is (197,106,218). Sum of RGB (Red+Green+Blue) = 197+106+218=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #C56ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ADA is #3A9525. Grayscale: #919191. Windows color (decimal): -3839270 or 14314181. OLE color: 14314181.

HSL color Cylindrical-coordinate representation of color #C56ADA: hue angle of 288.75º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56ADA is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 106 218 -
CMYK 0.10 0.51 0 0.15
HSL 288.75º 0.6% 0.64% -
HSV(B) 288.75º 0.51% 0.85% -
XYZ 40.83 27.24 69.44 -
YUV 145.98 168.65 164.39 -
System Red Green Blue C M Y K H S L
Decimal 197 106 218 0.10 0.51 0 0.15 288.75 0.6 0.64
Hex C5 6A DA A 33 0 F 121 3C 40
Octal 305 152 332 12 63 0 17 441 74 100
Binary 11000101 1101010 11011010 1010 110011 0 1111 100100001 111100 1000000

Color Harmonies of #C56ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56ADA

Black with #C56ADA

Text Example


Text Example

White with #C56ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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