Html Css Color HEX #DD70DE Orchid

📋 copy color: '#DD70DE'

red 221 ◦ green 112 ◦ blue 222

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

Shades of Orchid #DD70DE

Tints of Orchid #DD70DE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.18%

 BLUE value IS 222 (87.11% from 255) = 40%

R = 39.82%
G = 20.18%
B = 40%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD70DE (or 0xDD70DE) is known color: Orchid. HEX triplet: DD, 70 and DE. RGB value is (221,112,222). Sum of RGB (Red+Green+Blue) = 221+112+222=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD70DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70DE is #228F21. Grayscale: #9C9C9C. Windows color (decimal): -2264866 or 14577885. OLE color: 14577885.

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

Color convert

RGB 221 112 222 -
CMYK 0.00 0.50 0 0.13
HSL 299.45º 0.63% 0.65% -
HSV(B) 299.45º 0.5% 0.87% -
XYZ 48.8 32.23 72.76 -
YUV 157.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 221 112 222 0.00 0.50 0 0.13 299.45 0.63 0.65
Hex DD 70 DE 0 32 0 D 12B 3E 41
Octal 335 160 336 0 62 0 15 453 76 101
Binary 11011101 1110000 11011110 0 110010 0 1101 100101011 111110 1000001

Color Harmonies of #DD70DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70DE

Black with #DD70DE

Text Example


Text Example

White with #DD70DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70DE; }

 p { color: rgb(221,112,222); }

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

background-color css

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

 a { background-color: rgb(221,112,222); }

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

border-color css

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

 span { border-color: rgb(221,112,222); }

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