Html Css Color HEX #DD7DCE Orchid

📋 copy color: '#DD7DCE'

red 221 ◦ green 125 ◦ blue 206

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

Shades of Orchid #DD7DCE

Tints of Orchid #DD7DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.64%

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

R = 40.04%
G = 22.64%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD7DCE (or 0xDD7DCE) is known color: Orchid. HEX triplet: DD, 7D and CE. RGB value is (221,125,206). Sum of RGB (Red+Green+Blue) = 221+125+206=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DCE is #228231. Grayscale: #A2A2A2. Windows color (decimal): -2261554 or 13532637. OLE color: 13532637.

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

Color convert

RGB 221 125 206 -
CMYK 0 0.43 0.07 0.13
HSL 309.38º 0.59% 0.68% -
HSV(B) 309.38º 0.43% 0.87% -
XYZ 48.29 34.5 62.51 -
YUV 162.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 221 125 206 0 0.43 0.07 0.13 309.38 0.59 0.68
Hex DD 7D CE 0 2B 7 D 135 3B 44
Octal 335 175 316 0 53 7 15 465 73 104
Binary 11011101 1111101 11001110 0 101011 111 1101 100110101 111011 1000100

Color Harmonies of #DD7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DCE

Black with #DD7DCE

Text Example


Text Example

White with #DD7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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