Html Css Color HEX #DD82C9 Orchid

📋 copy color: '#DD82C9'

red 221 ◦ green 130 ◦ blue 201

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

Shades of Orchid #DD82C9

Tints of Orchid #DD82C9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.55%

 BLUE value IS 201 (78.91% from 255) = 36.41%

R = 40.04%
G = 23.55%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD82C9 (or 0xDD82C9) is known color: Orchid. HEX triplet: DD, 82 and C9. RGB value is (221,130,201). Sum of RGB (Red+Green+Blue) = 221+130+201=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82C9 is #227D36. Grayscale: #A5A5A5. Windows color (decimal): -2260279 or 13206237. OLE color: 13206237.

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

Color convert

RGB 221 130 201 -
CMYK 0 0.41 0.09 0.13
HSL 313.19º 0.57% 0.69% -
HSV(B) 313.19º 0.41% 0.87% -
XYZ 48.34 35.55 59.57 -
YUV 165.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 221 130 201 0 0.41 0.09 0.13 313.19 0.57 0.69
Hex DD 82 C9 0 29 9 D 139 39 45
Octal 335 202 311 0 51 11 15 471 71 105
Binary 11011101 10000010 11001001 0 101001 1001 1101 100111001 111001 1000101

Color Harmonies of #DD82C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD82C9

Black with #DD82C9

Text Example


Text Example

White with #DD82C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD82C9; }

 p { color: rgb(221,130,201); }

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

background-color css

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

 a { background-color: rgb(221,130,201); }

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

border-color css

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

 span { border-color: rgb(221,130,201); }

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