Html Css Color HEX #C56ADE Medium Orchid

📋 copy color: '#C56ADE'

red 197 ◦ green 106 ◦ blue 222

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

Shades of Medium Orchid #C56ADE

Tints of Medium Orchid #C56ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.29%

R = 37.52%
G = 20.19%
B = 42.29%

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

#C56ADE (or 0xC56ADE) is known color: Medium Orchid. HEX triplet: C5, 6A and DE. RGB value is (197,106,222). Sum of RGB (Red+Green+Blue) = 197+106+222=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #C56ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ADE is #3A9521. Grayscale: #929292. Windows color (decimal): -3839266 or 14576325. OLE color: 14576325.

HSL color Cylindrical-coordinate representation of color #C56ADE: hue angle of 287.07º degrees, saturation: 0.64, 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 #C56ADE is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 106 222 -
CMYK 0.11 0.52 0 0.13
HSL 287.07º 0.64% 0.64% -
HSV(B) 287.07º 0.52% 0.87% -
XYZ 41.36 27.45 72.23 -
YUV 146.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 197 106 222 0.11 0.52 0 0.13 287.07 0.64 0.64
Hex C5 6A DE B 34 0 D 11F 40 40
Octal 305 152 336 13 64 0 15 437 100 100
Binary 11000101 1101010 11011110 1011 110100 0 1101 100011111 1000000 1000000

Color Harmonies of #C56ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56ADE

Black with #C56ADE

Text Example


Text Example

White with #C56ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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