Html Css Color HEX #DC71D7 Orchid

📋 copy color: '#DC71D7'

red 220 ◦ green 113 ◦ blue 215

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

Shades of Orchid #DC71D7

Tints of Orchid #DC71D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.23%

R = 40.15%
G = 20.62%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC71D7 (or 0xDC71D7) is known color: Orchid. HEX triplet: DC, 71 and D7. RGB value is (220,113,215). Sum of RGB (Red+Green+Blue) = 220+113+215=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71D7 is #238E28. Grayscale: #9C9C9C. Windows color (decimal): -2330153 or 14119388. OLE color: 14119388.

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

Color convert

RGB 220 113 215 -
CMYK 0 0.49 0.02 0.14
HSL 302.8º 0.6% 0.65% -
HSV(B) 302.8º 0.49% 0.86% -
XYZ 47.69 31.93 67.94 -
YUV 156.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 220 113 215 0 0.49 0.02 0.14 302.8 0.6 0.65
Hex DC 71 D7 0 31 2 E 12F 3C 41
Octal 334 161 327 0 61 2 16 457 74 101
Binary 11011100 1110001 11010111 0 110001 10 1110 100101111 111100 1000001

Color Harmonies of #DC71D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71D7

Black with #DC71D7

Text Example


Text Example

White with #DC71D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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