Html Css Color HEX #DC71BE Orchid

📋 copy color: '#DC71BE'

red 220 ◦ green 113 ◦ blue 190

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

Shades of Orchid #DC71BE

Tints of Orchid #DC71BE

RGB

 RED value IS 220 (86.33% from 255) = 42.07%

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

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 42.07%
G = 21.61%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC71BE (or 0xDC71BE) is known color: Orchid. HEX triplet: DC, 71 and BE. RGB value is (220,113,190). Sum of RGB (Red+Green+Blue) = 220+113+190=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71BE is #238E41. Grayscale: #999999. Windows color (decimal): -2330178 or 12480988. OLE color: 12480988.

HSL color Cylindrical-coordinate representation of color #DC71BE: hue angle of 316.82º 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 #DC71BE is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 113 190 -
CMYK 0 0.49 0.14 0.14
HSL 316.82º 0.6% 0.65% -
HSV(B) 316.82º 0.49% 0.86% -
XYZ 44.71 30.74 52.29 -
YUV 153.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 220 113 190 0 0.49 0.14 0.14 316.82 0.6 0.65
Hex DC 71 BE 0 31 E E 13D 3C 41
Octal 334 161 276 0 61 16 16 475 74 101
Binary 11011100 1110001 10111110 0 110001 1110 1110 100111101 111100 1000001

Color Harmonies of #DC71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71BE

Black with #DC71BE

Text Example


Text Example

White with #DC71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71BE; }

 p { color: rgb(220,113,190); }

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

background-color css

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

 a { background-color: rgb(220,113,190); }

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

border-color css

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

 span { border-color: rgb(220,113,190); }

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