Html Css Color HEX #DD70E9 Orchid

📋 copy color: '#DD70E9'

red 221 ◦ green 112 ◦ blue 233

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

Shades of Orchid #DD70E9

Tints of Orchid #DD70E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.17%

R = 39.05%
G = 19.79%
B = 41.17%

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

#DD70E9 (or 0xDD70E9) is known color: Orchid. HEX triplet: DD, 70 and E9. RGB value is (221,112,233). Sum of RGB (Red+Green+Blue) = 221+112+233=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD70E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD70E9 is #228F16. Grayscale: #9E9E9E. Windows color (decimal): -2264855 or 15298781. OLE color: 15298781.

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

Color convert

RGB 221 112 233 -
CMYK 0.05 0.52 0 0.09
HSL 294.05º 0.73% 0.68% -
HSV(B) 294.05º 0.52% 0.91% -
XYZ 50.32 32.84 80.78 -
YUV 158.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 221 112 233 0.05 0.52 0 0.09 294.05 0.73 0.68
Hex DD 70 E9 5 34 0 9 126 49 44
Octal 335 160 351 5 64 0 11 446 111 104
Binary 11011101 1110000 11101001 101 110100 0 1001 100100110 1001001 1000100

Color Harmonies of #DD70E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70E9

Black with #DD70E9

Text Example


Text Example

White with #DD70E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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