Html Css Color HEX #C56FDB Medium Orchid

📋 copy color: '#C56FDB'

red 197 ◦ green 111 ◦ blue 219

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

Shades of Medium Orchid #C56FDB

Tints of Medium Orchid #C56FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.06%

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 37.38%
G = 21.06%
B = 41.56%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C56FDB (or 0xC56FDB) is known color: Medium Orchid. HEX triplet: C5, 6F and DB. RGB value is (197,111,219). Sum of RGB (Red+Green+Blue) = 197+111+219=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #C56FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FDB is #3A9024. Grayscale: #949494. Windows color (decimal): -3837989 or 14380997. OLE color: 14380997.

HSL color Cylindrical-coordinate representation of color #C56FDB: hue angle of 287.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56FDB is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 111 219 -
CMYK 0.10 0.49 0 0.14
HSL 287.78º 0.6% 0.65% -
HSV(B) 287.78º 0.49% 0.86% -
XYZ 41.5 28.35 70.3 -
YUV 149.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 197 111 219 0.10 0.49 0 0.14 287.78 0.6 0.65
Hex C5 6F DB A 31 0 E 120 3C 41
Octal 305 157 333 12 61 0 16 440 74 101
Binary 11000101 1101111 11011011 1010 110001 0 1110 100100000 111100 1000001

Color Harmonies of #C56FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56FDB

Black with #C56FDB

Text Example


Text Example

White with #C56FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56FDB; }

 p { color: rgb(197,111,219); }

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

background-color css

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

 a { background-color: rgb(197,111,219); }

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

border-color css

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

 span { border-color: rgb(197,111,219); }

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