Html Css Color HEX #DD7AD7 Orchid

📋 copy color: '#DD7AD7'

red 221 ◦ green 122 ◦ blue 215

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

Shades of Orchid #DD7AD7

Tints of Orchid #DD7AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.53%

R = 39.61%
G = 21.86%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD7AD7 (or 0xDD7AD7) is known color: Orchid. HEX triplet: DD, 7A and D7. RGB value is (221,122,215). Sum of RGB (Red+Green+Blue) = 221+122+215=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AD7 is #228528. Grayscale: #A1A1A1. Windows color (decimal): -2262313 or 14121693. OLE color: 14121693.

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

Color convert

RGB 221 122 215 -
CMYK 0 0.45 0.03 0.13
HSL 303.64º 0.59% 0.67% -
HSV(B) 303.64º 0.45% 0.87% -
XYZ 49.04 34.2 68.31 -
YUV 162.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 221 122 215 0 0.45 0.03 0.13 303.64 0.59 0.67
Hex DD 7A D7 0 2D 3 D 130 3B 43
Octal 335 172 327 0 55 3 15 460 73 103
Binary 11011101 1111010 11010111 0 101101 11 1101 100110000 111011 1000011

Color Harmonies of #DD7AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AD7

Black with #DD7AD7

Text Example


Text Example

White with #DD7AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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