Html Css Color HEX #DC71CF Orchid

📋 copy color: '#DC71CF'

red 220 ◦ green 113 ◦ blue 207

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

Shades of Orchid #DC71CF

Tints of Orchid #DC71CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.33%

R = 40.74%
G = 20.93%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC71CF (or 0xDC71CF) is known color: Orchid. HEX triplet: DC, 71 and CF. RGB value is (220,113,207). Sum of RGB (Red+Green+Blue) = 220+113+207=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71CF is #238E30. Grayscale: #9B9B9B. Windows color (decimal): -2330161 or 13595100. OLE color: 13595100.

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

Color convert

RGB 220 113 207 -
CMYK 0 0.49 0.06 0.14
HSL 307.29º 0.6% 0.65% -
HSV(B) 307.29º 0.49% 0.86% -
XYZ 46.68 31.53 62.66 -
YUV 155.71 156.95 173.86 -
System Red Green Blue C M Y K H S L
Decimal 220 113 207 0 0.49 0.06 0.14 307.29 0.6 0.65
Hex DC 71 CF 0 31 6 E 133 3C 41
Octal 334 161 317 0 61 6 16 463 74 101
Binary 11011100 1110001 11001111 0 110001 110 1110 100110011 111100 1000001

Color Harmonies of #DC71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71CF

Black with #DC71CF

Text Example


Text Example

White with #DC71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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