Html Css Color HEX #DC71CD Orchid

📋 copy color: '#DC71CD'

red 220 ◦ green 113 ◦ blue 205

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

Shades of Orchid #DC71CD

Tints of Orchid #DC71CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 40.89%
G = 21%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC71CD (or 0xDC71CD) is known color: Orchid. HEX triplet: DC, 71 and CD. RGB value is (220,113,205). Sum of RGB (Red+Green+Blue) = 220+113+205=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71CD is #238E32. Grayscale: #9B9B9B. Windows color (decimal): -2330163 or 13464028. OLE color: 13464028.

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

Color convert

RGB 220 113 205 -
CMYK 0 0.49 0.07 0.14
HSL 308.41º 0.6% 0.65% -
HSV(B) 308.41º 0.49% 0.86% -
XYZ 46.44 31.43 61.38 -
YUV 155.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 220 113 205 0 0.49 0.07 0.14 308.41 0.6 0.65
Hex DC 71 CD 0 31 7 E 134 3C 41
Octal 334 161 315 0 61 7 16 464 74 101
Binary 11011100 1110001 11001101 0 110001 111 1110 100110100 111100 1000001

Color Harmonies of #DC71CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71CD

Black with #DC71CD

Text Example


Text Example

White with #DC71CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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