Html Css Color HEX #DD82CE Orchid

📋 copy color: '#DD82CE'

red 221 ◦ green 130 ◦ blue 206

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

Shades of Orchid #DD82CE

Tints of Orchid #DD82CE

RGB

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

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

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

R = 39.68%
G = 23.34%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD82CE (or 0xDD82CE) is known color: Orchid. HEX triplet: DD, 82 and CE. RGB value is (221,130,206). Sum of RGB (Red+Green+Blue) = 221+130+206=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82CE is #227D31. Grayscale: #A5A5A5. Windows color (decimal): -2260274 or 13533917. OLE color: 13533917.

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

Color convert

RGB 221 130 206 -
CMYK 0 0.41 0.07 0.13
HSL 309.89º 0.57% 0.69% -
HSV(B) 309.89º 0.41% 0.87% -
XYZ 48.94 35.79 62.72 -
YUV 165.87 150.65 167.32 -
System Red Green Blue C M Y K H S L
Decimal 221 130 206 0 0.41 0.07 0.13 309.89 0.57 0.69
Hex DD 82 CE 0 29 7 D 136 39 45
Octal 335 202 316 0 51 7 15 466 71 105
Binary 11011101 10000010 11001110 0 101001 111 1101 100110110 111001 1000101

Color Harmonies of #DD82CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD82CE

Black with #DD82CE

Text Example


Text Example

White with #DD82CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD82CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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