Html Css Color HEX #C571DF Medium Orchid

📋 copy color: '#C571DF'

red 197 ◦ green 113 ◦ blue 223

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

Shades of Medium Orchid #C571DF

Tints of Medium Orchid #C571DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.2%

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

R = 36.96%
G = 21.2%
B = 41.84%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C571DF (or 0xC571DF) is known color: Medium Orchid. HEX triplet: C5, 71 and DF. RGB value is (197,113,223). Sum of RGB (Red+Green+Blue) = 197+113+223=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #C571DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571DF is #3A8E20. Grayscale: #969696. Windows color (decimal): -3837473 or 14643653. OLE color: 14643653.

HSL color Cylindrical-coordinate representation of color #C571DF: hue angle of 285.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C571DF is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 113 223 -
CMYK 0.12 0.49 0 0.13
HSL 285.82º 0.63% 0.66% -
HSV(B) 285.82º 0.49% 0.87% -
XYZ 42.25 29.01 73.18 -
YUV 150.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 197 113 223 0.12 0.49 0 0.13 285.82 0.63 0.66
Hex C5 71 DF C 31 0 D 11E 3F 42
Octal 305 161 337 14 61 0 15 436 77 102
Binary 11000101 1110001 11011111 1100 110001 0 1101 100011110 111111 1000010

Color Harmonies of #C571DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C571DF

Black with #C571DF

Text Example


Text Example

White with #C571DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C571DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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