Html Css Color HEX #DC71C5 Orchid

📋 copy color: '#DC71C5'

red 220 ◦ green 113 ◦ blue 197

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

Shades of Orchid #DC71C5

Tints of Orchid #DC71C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.17%

R = 41.51%
G = 21.32%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC71C5 (or 0xDC71C5) is known color: Orchid. HEX triplet: DC, 71 and C5. RGB value is (220,113,197). Sum of RGB (Red+Green+Blue) = 220+113+197=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71C5 is #238E3A. Grayscale: #9A9A9A. Windows color (decimal): -2330171 or 12939740. OLE color: 12939740.

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

Color convert

RGB 220 113 197 -
CMYK 0 0.49 0.10 0.14
HSL 312.9º 0.6% 0.65% -
HSV(B) 312.9º 0.49% 0.86% -
XYZ 45.5 31.06 56.42 -
YUV 154.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 220 113 197 0 0.49 0.10 0.14 312.9 0.6 0.65
Hex DC 71 C5 0 31 A E 139 3C 41
Octal 334 161 305 0 61 12 16 471 74 101
Binary 11011100 1110001 11000101 0 110001 1010 1110 100111001 111100 1000001

Color Harmonies of #DC71C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71C5

Black with #DC71C5

Text Example


Text Example

White with #DC71C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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