Html Css Color HEX #DD71CB Orchid

📋 copy color: '#DD71CB'

red 221 ◦ green 113 ◦ blue 203

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

Shades of Orchid #DD71CB

Tints of Orchid #DD71CB

RGB

 RED value IS 221 (86.72% from 255) = 41.15%

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

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 41.15%
G = 21.04%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD71CB (or 0xDD71CB) is known color: Orchid. HEX triplet: DD, 71 and CB. RGB value is (221,113,203). Sum of RGB (Red+Green+Blue) = 221+113+203=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71CB is #228E34. Grayscale: #9B9B9B. Windows color (decimal): -2264629 or 13332957. OLE color: 13332957.

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

Color convert

RGB 221 113 203 -
CMYK 0 0.49 0.08 0.13
HSL 310º 0.61% 0.65% -
HSV(B) 310º 0.49% 0.87% -
XYZ 46.5 31.49 60.13 -
YUV 155.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 221 113 203 0 0.49 0.08 0.13 310 0.61 0.65
Hex DD 71 CB 0 31 8 D 136 3D 41
Octal 335 161 313 0 61 10 15 466 75 101
Binary 11011101 1110001 11001011 0 110001 1000 1101 100110110 111101 1000001

Color Harmonies of #DD71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71CB

Black with #DD71CB

Text Example


Text Example

White with #DD71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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