Html Css Color HEX #DD7ACE Orchid

📋 copy color: '#DD7ACE'

red 221 ◦ green 122 ◦ blue 206

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

Shades of Orchid #DD7ACE

Tints of Orchid #DD7ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.52%

R = 40.26%
G = 22.22%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD7ACE (or 0xDD7ACE) is known color: Orchid. HEX triplet: DD, 7A and CE. RGB value is (221,122,206). Sum of RGB (Red+Green+Blue) = 221+122+206=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ACE is #228531. Grayscale: #A0A0A0. Windows color (decimal): -2262322 or 13531869. OLE color: 13531869.

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

Color convert

RGB 221 122 206 -
CMYK 0 0.45 0.07 0.13
HSL 309.09º 0.59% 0.67% -
HSV(B) 309.09º 0.45% 0.87% -
XYZ 47.92 33.75 62.38 -
YUV 161.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 221 122 206 0 0.45 0.07 0.13 309.09 0.59 0.67
Hex DD 7A CE 0 2D 7 D 135 3B 43
Octal 335 172 316 0 55 7 15 465 73 103
Binary 11011101 1111010 11001110 0 101101 111 1101 100110101 111011 1000011

Color Harmonies of #DD7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7ACE

Black with #DD7ACE

Text Example


Text Example

White with #DD7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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