Html Css Color HEX #C56FDF Medium Orchid

📋 copy color: '#C56FDF'

red 197 ◦ green 111 ◦ blue 223

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

Shades of Medium Orchid #C56FDF

Tints of Medium Orchid #C56FDF

RGB

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

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

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

R = 37.1%
G = 20.9%
B = 42%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C56FDF (or 0xC56FDF) is known color: Medium Orchid. HEX triplet: C5, 6F and DF. RGB value is (197,111,223). Sum of RGB (Red+Green+Blue) = 197+111+223=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #C56FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FDF is #3A9020. Grayscale: #959595. Windows color (decimal): -3837985 or 14643141. OLE color: 14643141.

HSL color Cylindrical-coordinate representation of color #C56FDF: hue angle of 286.07º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56FDF is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 111 223 -
CMYK 0.12 0.50 0 0.13
HSL 286.07º 0.64% 0.65% -
HSV(B) 286.07º 0.5% 0.87% -
XYZ 42.03 28.57 73.11 -
YUV 149.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 197 111 223 0.12 0.50 0 0.13 286.07 0.64 0.65
Hex C5 6F DF C 32 0 D 11E 40 41
Octal 305 157 337 14 62 0 15 436 100 101
Binary 11000101 1101111 11011111 1100 110010 0 1101 100011110 1000000 1000001

Color Harmonies of #C56FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56FDF

Black with #C56FDF

Text Example


Text Example

White with #C56FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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