Html Css Color HEX #DC71D6 Orchid

📋 copy color: '#DC71D6'

red 220 ◦ green 113 ◦ blue 214

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

Shades of Orchid #DC71D6

Tints of Orchid #DC71D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.12%

R = 40.22%
G = 20.66%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC71D6 (or 0xDC71D6) is known color: Orchid. HEX triplet: DC, 71 and D6. RGB value is (220,113,214). Sum of RGB (Red+Green+Blue) = 220+113+214=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71D6 is #238E29. Grayscale: #9C9C9C. Windows color (decimal): -2330154 or 14053852. OLE color: 14053852.

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

Color convert

RGB 220 113 214 -
CMYK 0 0.49 0.03 0.14
HSL 303.36º 0.6% 0.65% -
HSV(B) 303.36º 0.49% 0.86% -
XYZ 47.56 31.88 67.27 -
YUV 156.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 220 113 214 0 0.49 0.03 0.14 303.36 0.6 0.65
Hex DC 71 D6 0 31 3 E 12F 3C 41
Octal 334 161 326 0 61 3 16 457 74 101
Binary 11011100 1110001 11010110 0 110001 11 1110 100101111 111100 1000001

Color Harmonies of #DC71D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71D6

Black with #DC71D6

Text Example


Text Example

White with #DC71D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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