Html Css Color HEX #DC71DD Orchid

📋 copy color: '#DC71DD'

red 220 ◦ green 113 ◦ blue 221

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

Shades of Orchid #DC71DD

Tints of Orchid #DC71DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 39.71%
G = 20.4%
B = 39.89%

CMYK

 C value IS 0.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC71DD (or 0xDC71DD) is known color: Orchid. HEX triplet: DC, 71 and DD. RGB value is (220,113,221). Sum of RGB (Red+Green+Blue) = 220+113+221=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71DD is #238E22. Grayscale: #9C9C9C. Windows color (decimal): -2330147 or 14512604. OLE color: 14512604.

HSL color Cylindrical-coordinate representation of color #DC71DD: hue angle of 299.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC71DD is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 113 221 -
CMYK 0.00 0.49 0 0.13
HSL 299.44º 0.61% 0.65% -
HSV(B) 299.44º 0.49% 0.87% -
XYZ 48.47 32.25 72.08 -
YUV 157.31 163.95 172.72 -
System Red Green Blue C M Y K H S L
Decimal 220 113 221 0.00 0.49 0 0.13 299.44 0.61 0.65
Hex DC 71 DD 0 31 0 D 12B 3D 41
Octal 334 161 335 0 61 0 15 453 75 101
Binary 11011100 1110001 11011101 0 110001 0 1101 100101011 111101 1000001

Color Harmonies of #DC71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71DD

Black with #DC71DD

Text Example


Text Example

White with #DC71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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