Html Css Color HEX #DC71C4 Orchid

📋 copy color: '#DC71C4'

red 220 ◦ green 113 ◦ blue 196

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

Shades of Orchid #DC71C4

Tints of Orchid #DC71C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 41.59%
G = 21.36%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC71C4 (or 0xDC71C4) is known color: Orchid. HEX triplet: DC, 71 and C4. RGB value is (220,113,196). Sum of RGB (Red+Green+Blue) = 220+113+196=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71C4 is #238E3B. Grayscale: #9A9A9A. Windows color (decimal): -2330172 or 12874204. OLE color: 12874204.

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

Color convert

RGB 220 113 196 -
CMYK 0 0.49 0.11 0.14
HSL 313.46º 0.6% 0.65% -
HSV(B) 313.46º 0.49% 0.86% -
XYZ 45.38 31.01 55.82 -
YUV 154.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 220 113 196 0 0.49 0.11 0.14 313.46 0.6 0.65
Hex DC 71 C4 0 31 B E 139 3C 41
Octal 334 161 304 0 61 13 16 471 74 101
Binary 11011100 1110001 11000100 0 110001 1011 1110 100111001 111100 1000001

Color Harmonies of #DC71C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71C4

Black with #DC71C4

Text Example


Text Example

White with #DC71C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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