Html Css Color HEX #C56DDD Medium Orchid

📋 copy color: '#C56DDD'

red 197 ◦ green 109 ◦ blue 221

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

Shades of Medium Orchid #C56DDD

Tints of Medium Orchid #C56DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.68%

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

R = 37.38%
G = 20.68%
B = 41.94%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C56DDD (or 0xC56DDD) is known color: Medium Orchid. HEX triplet: C5, 6D and DD. RGB value is (197,109,221). Sum of RGB (Red+Green+Blue) = 197+109+221=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #C56DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DDD is #3A9222. Grayscale: #939393. Windows color (decimal): -3838499 or 14511557. OLE color: 14511557.

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

Color convert

RGB 197 109 221 -
CMYK 0.11 0.51 0 0.13
HSL 287.14º 0.62% 0.65% -
HSV(B) 287.14º 0.51% 0.87% -
XYZ 41.55 28.03 71.63 -
YUV 148.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 197 109 221 0.11 0.51 0 0.13 287.14 0.62 0.65
Hex C5 6D DD B 33 0 D 11F 3E 41
Octal 305 155 335 13 63 0 15 437 76 101
Binary 11000101 1101101 11011101 1011 110011 0 1101 100011111 111110 1000001

Color Harmonies of #C56DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56DDD

Black with #C56DDD

Text Example


Text Example

White with #C56DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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