Html Css Color HEX #DD70E0 Orchid

📋 copy color: '#DD70E0'

red 221 ◦ green 112 ◦ blue 224

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

Shades of Orchid #DD70E0

Tints of Orchid #DD70E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.22%

R = 39.68%
G = 20.11%
B = 40.22%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD70E0 (or 0xDD70E0) is known color: Orchid. HEX triplet: DD, 70 and E0. RGB value is (221,112,224). Sum of RGB (Red+Green+Blue) = 221+112+224=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD70E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70E0 is #228F1F. Grayscale: #9D9D9D. Windows color (decimal): -2264864 or 14708957. OLE color: 14708957.

HSL color Cylindrical-coordinate representation of color #DD70E0: hue angle of 298.39º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD70E0 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 112 224 -
CMYK 0.01 0.50 0 0.12
HSL 298.39º 0.64% 0.66% -
HSV(B) 298.39º 0.5% 0.88% -
XYZ 49.07 32.34 74.18 -
YUV 157.36 165.61 173.39 -
System Red Green Blue C M Y K H S L
Decimal 221 112 224 0.01 0.50 0 0.12 298.39 0.64 0.66
Hex DD 70 E0 1 32 0 C 12A 40 42
Octal 335 160 340 1 62 0 14 452 100 102
Binary 11011101 1110000 11100000 1 110010 0 1100 100101010 1000000 1000010

Color Harmonies of #DD70E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70E0

Black with #DD70E0

Text Example


Text Example

White with #DD70E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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