Html Css Color HEX #DD84CE Orchid

📋 copy color: '#DD84CE'

red 221 ◦ green 132 ◦ blue 206

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

Shades of Orchid #DD84CE

Tints of Orchid #DD84CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.61%

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

R = 39.53%
G = 23.61%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD84CE (or 0xDD84CE) is known color: Orchid. HEX triplet: DD, 84 and CE. RGB value is (221,132,206). Sum of RGB (Red+Green+Blue) = 221+132+206=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84CE is #227B31. Grayscale: #A6A6A6. Windows color (decimal): -2259762 or 13534429. OLE color: 13534429.

HSL color Cylindrical-coordinate representation of color #DD84CE: hue angle of 310.11º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD84CE is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 206 -
CMYK 0 0.40 0.07 0.13
HSL 310.11º 0.57% 0.69% -
HSV(B) 310.11º 0.4% 0.87% -
XYZ 49.21 36.33 62.81 -
YUV 167.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 221 132 206 0 0.40 0.07 0.13 310.11 0.57 0.69
Hex DD 84 CE 0 28 7 D 136 39 45
Octal 335 204 316 0 50 7 15 466 71 105
Binary 11011101 10000100 11001110 0 101000 111 1101 100110110 111001 1000101

Color Harmonies of #DD84CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD84CE

Black with #DD84CE

Text Example


Text Example

White with #DD84CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD84CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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