Html Css Color HEX #DD7AD0 Orchid

📋 copy color: '#DD7AD0'

red 221 ◦ green 122 ◦ blue 208

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

Shades of Orchid #DD7AD0

Tints of Orchid #DD7AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.75%

R = 40.11%
G = 22.14%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD7AD0 (or 0xDD7AD0) is known color: Orchid. HEX triplet: DD, 7A and D0. RGB value is (221,122,208). Sum of RGB (Red+Green+Blue) = 221+122+208=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AD0 is #22852F. Grayscale: #A1A1A1. Windows color (decimal): -2262320 or 13662941. OLE color: 13662941.

HSL color Cylindrical-coordinate representation of color #DD7AD0: hue angle of 307.88º 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 #DD7AD0 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 122 208 -
CMYK 0 0.45 0.06 0.13
HSL 307.88º 0.59% 0.67% -
HSV(B) 307.88º 0.45% 0.87% -
XYZ 48.16 33.85 63.67 -
YUV 161.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 221 122 208 0 0.45 0.06 0.13 307.88 0.59 0.67
Hex DD 7A D0 0 2D 6 D 134 3B 43
Octal 335 172 320 0 55 6 15 464 73 103
Binary 11011101 1111010 11010000 0 101101 110 1101 100110100 111011 1000011

Color Harmonies of #DD7AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AD0

Black with #DD7AD0

Text Example


Text Example

White with #DD7AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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