Html Css Color HEX #DC71D1 Orchid

📋 copy color: '#DC71D1'

red 220 ◦ green 113 ◦ blue 209

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

Shades of Orchid #DC71D1

Tints of Orchid #DC71D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.56%

R = 40.59%
G = 20.85%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC71D1 (or 0xDC71D1) is known color: Orchid. HEX triplet: DC, 71 and D1. RGB value is (220,113,209). Sum of RGB (Red+Green+Blue) = 220+113+209=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71D1 is #238E2E. Grayscale: #9B9B9B. Windows color (decimal): -2330159 or 13726172. OLE color: 13726172.

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

Color convert

RGB 220 113 209 -
CMYK 0 0.49 0.05 0.14
HSL 306.17º 0.6% 0.65% -
HSV(B) 306.17º 0.49% 0.86% -
XYZ 46.93 31.63 63.95 -
YUV 155.94 157.95 173.69 -
System Red Green Blue C M Y K H S L
Decimal 220 113 209 0 0.49 0.05 0.14 306.17 0.6 0.65
Hex DC 71 D1 0 31 5 E 132 3C 41
Octal 334 161 321 0 61 5 16 462 74 101
Binary 11011100 1110001 11010001 0 110001 101 1110 100110010 111100 1000001

Color Harmonies of #DC71D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71D1

Black with #DC71D1

Text Example


Text Example

White with #DC71D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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