Html Css Color HEX #DD70E8 Orchid

📋 copy color: '#DD70E8'

red 221 ◦ green 112 ◦ blue 232

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

Shades of Orchid #DD70E8

Tints of Orchid #DD70E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.06%

R = 39.12%
G = 19.82%
B = 41.06%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD70E8 (or 0xDD70E8) is known color: Orchid. HEX triplet: DD, 70 and E8. RGB value is (221,112,232). Sum of RGB (Red+Green+Blue) = 221+112+232=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD70E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD70E8 is #228F17. Grayscale: #9D9D9D. Windows color (decimal): -2264856 or 15233245. OLE color: 15233245.

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

Color convert

RGB 221 112 232 -
CMYK 0.05 0.52 0 0.09
HSL 294.5º 0.72% 0.67% -
HSV(B) 294.5º 0.52% 0.91% -
XYZ 50.18 32.79 80.03 -
YUV 158.27 169.61 172.74 -
System Red Green Blue C M Y K H S L
Decimal 221 112 232 0.05 0.52 0 0.09 294.5 0.72 0.67
Hex DD 70 E8 5 34 0 9 126 48 43
Octal 335 160 350 5 64 0 11 446 110 103
Binary 11011101 1110000 11101000 101 110100 0 1001 100100110 1001000 1000011

Color Harmonies of #DD70E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70E8

Black with #DD70E8

Text Example


Text Example

White with #DD70E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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