Html Css Color HEX #DD7ADD Orchid

📋 copy color: '#DD7ADD'

red 221 ◦ green 122 ◦ blue 221

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

Shades of Orchid #DD7ADD

Tints of Orchid #DD7ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.63%

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 39.18%
G = 21.63%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD7ADD (or 0xDD7ADD) is known color: Orchid. HEX triplet: DD, 7A and DD. RGB value is (221,122,221). Sum of RGB (Red+Green+Blue) = 221+122+221=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ADD is #228522. Grayscale: #A2A2A2. Windows color (decimal): -2262307 or 14514909. OLE color: 14514909.

HSL color Cylindrical-coordinate representation of color #DD7ADD: hue angle of 300º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7ADD is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 122 221 -
CMYK 0 0.45 0 0.13
HSL 300º 0.59% 0.67% -
HSV(B) 300º 0.45% 0.87% -
XYZ 49.83 34.51 72.44 -
YUV 162.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 221 122 221 0 0.45 0 0.13 300 0.59 0.67
Hex DD 7A DD 0 2D 0 D 12C 3B 43
Octal 335 172 335 0 55 0 15 454 73 103
Binary 11011101 1111010 11011101 0 101101 0 1101 100101100 111011 1000011

Color Harmonies of #DD7ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7ADD

Black with #DD7ADD

Text Example


Text Example

White with #DD7ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7ADD; }

 p { color: rgb(221,122,221); }

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

background-color css

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

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

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

border-color css

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

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

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