Html Css Color HEX #DC71D0 Orchid

📋 copy color: '#DC71D0'

red 220 ◦ green 113 ◦ blue 208

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

Shades of Orchid #DC71D0

Tints of Orchid #DC71D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.45%

R = 40.67%
G = 20.89%
B = 38.45%

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

#DC71D0 (or 0xDC71D0) is known color: Orchid. HEX triplet: DC, 71 and D0. RGB value is (220,113,208). Sum of RGB (Red+Green+Blue) = 220+113+208=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71D0 is #238E2F. Grayscale: #9B9B9B. Windows color (decimal): -2330160 or 13660636. OLE color: 13660636.

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

Color convert

RGB 220 113 208 -
CMYK 0 0.49 0.05 0.14
HSL 306.73º 0.6% 0.65% -
HSV(B) 306.73º 0.49% 0.86% -
XYZ 46.81 31.58 63.3 -
YUV 155.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 220 113 208 0 0.49 0.05 0.14 306.73 0.6 0.65
Hex DC 71 D0 0 31 5 E 133 3C 41
Octal 334 161 320 0 61 5 16 463 74 101
Binary 11011100 1110001 11010000 0 110001 101 1110 100110011 111100 1000001

Color Harmonies of #DC71D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71D0

Black with #DC71D0

Text Example


Text Example

White with #DC71D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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