Html Css Color HEX #C56DDF Medium Orchid

📋 copy color: '#C56DDF'

red 197 ◦ green 109 ◦ blue 223

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

Shades of Medium Orchid #C56DDF

Tints of Medium Orchid #C56DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 37.24%
G = 20.6%
B = 42.16%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C56DDF (or 0xC56DDF) is known color: Medium Orchid. HEX triplet: C5, 6D and DF. RGB value is (197,109,223). Sum of RGB (Red+Green+Blue) = 197+109+223=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #C56DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DDF is #3A9220. Grayscale: #939393. Windows color (decimal): -3838497 or 14642629. OLE color: 14642629.

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

Color convert

RGB 197 109 223 -
CMYK 0.12 0.51 0 0.13
HSL 286.32º 0.64% 0.65% -
HSV(B) 286.32º 0.51% 0.87% -
XYZ 41.81 28.14 73.04 -
YUV 148.31 170.15 162.73 -
System Red Green Blue C M Y K H S L
Decimal 197 109 223 0.12 0.51 0 0.13 286.32 0.64 0.65
Hex C5 6D DF C 33 0 D 11E 40 41
Octal 305 155 337 14 63 0 15 436 100 101
Binary 11000101 1101101 11011111 1100 110011 0 1101 100011110 1000000 1000001

Color Harmonies of #C56DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56DDF

Black with #C56DDF

Text Example


Text Example

White with #C56DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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