Html Css Color HEX #DD73E8 Orchid

📋 copy color: '#DD73E8'

red 221 ◦ green 115 ◦ blue 232

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

Shades of Orchid #DD73E8

Tints of Orchid #DD73E8

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.25%

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

R = 38.91%
G = 20.25%
B = 40.85%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD73E8 (or 0xDD73E8) is known color: Orchid. HEX triplet: DD, 73 and E8. RGB value is (221,115,232). Sum of RGB (Red+Green+Blue) = 221+115+232=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD73E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73E8 is #228C17. Grayscale: #9F9F9F. Windows color (decimal): -2264088 or 15234013. OLE color: 15234013.

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

Color convert

RGB 221 115 232 -
CMYK 0.05 0.50 0 0.09
HSL 294.36º 0.72% 0.68% -
HSV(B) 294.36º 0.5% 0.91% -
XYZ 50.52 33.46 80.14 -
YUV 160.03 168.62 171.49 -
System Red Green Blue C M Y K H S L
Decimal 221 115 232 0.05 0.50 0 0.09 294.36 0.72 0.68
Hex DD 73 E8 5 32 0 9 126 48 44
Octal 335 163 350 5 62 0 11 446 110 104
Binary 11011101 1110011 11101000 101 110010 0 1001 100100110 1001000 1000100

Color Harmonies of #DD73E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73E8

Black with #DD73E8

Text Example


Text Example

White with #DD73E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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