Html Css Color HEX #DD71E7 Orchid

📋 copy color: '#DD71E7'

red 221 ◦ green 113 ◦ blue 231

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

Shades of Orchid #DD71E7

Tints of Orchid #DD71E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.88%

R = 39.12%
G = 20%
B = 40.88%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD71E7 (or 0xDD71E7) is known color: Orchid. HEX triplet: DD, 71 and E7. RGB value is (221,113,231). Sum of RGB (Red+Green+Blue) = 221+113+231=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD71E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71E7 is #228E18. Grayscale: #9E9E9E. Windows color (decimal): -2264601 or 15167965. OLE color: 15167965.

HSL color Cylindrical-coordinate representation of color #DD71E7: hue angle of 294.92º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD71E7 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 113 231 -
CMYK 0.04 0.51 0 0.09
HSL 294.92º 0.71% 0.67% -
HSV(B) 294.92º 0.51% 0.91% -
XYZ 50.15 32.95 79.32 -
YUV 158.74 168.78 172.41 -
System Red Green Blue C M Y K H S L
Decimal 221 113 231 0.04 0.51 0 0.09 294.92 0.71 0.67
Hex DD 71 E7 4 33 0 9 127 47 43
Octal 335 161 347 4 63 0 11 447 107 103
Binary 11011101 1110001 11100111 100 110011 0 1001 100100111 1000111 1000011

Color Harmonies of #DD71E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71E7

Black with #DD71E7

Text Example


Text Example

White with #DD71E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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