Html Css Color HEX #DD84CD Orchid

📋 copy color: '#DD84CD'

red 221 ◦ green 132 ◦ blue 205

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

Shades of Orchid #DD84CD

Tints of Orchid #DD84CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.74%

R = 39.61%
G = 23.66%
B = 36.74%

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

#DD84CD (or 0xDD84CD) is known color: Orchid. HEX triplet: DD, 84 and CD. RGB value is (221,132,205). Sum of RGB (Red+Green+Blue) = 221+132+205=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84CD is #227B32. Grayscale: #A6A6A6. Windows color (decimal): -2259763 or 13468893. OLE color: 13468893.

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

Color convert

RGB 221 132 205 -
CMYK 0 0.40 0.07 0.13
HSL 310.79º 0.57% 0.69% -
HSV(B) 310.79º 0.4% 0.87% -
XYZ 49.09 36.28 62.17 -
YUV 166.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 221 132 205 0 0.40 0.07 0.13 310.79 0.57 0.69
Hex DD 84 CD 0 28 7 D 137 39 45
Octal 335 204 315 0 50 7 15 467 71 105
Binary 11011101 10000100 11001101 0 101000 111 1101 100110111 111001 1000101

Color Harmonies of #DD84CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD84CD

Black with #DD84CD

Text Example


Text Example

White with #DD84CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD84CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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