Html Css Color HEX #DD82C8 Orchid

📋 copy color: '#DD82C8'

red 221 ◦ green 130 ◦ blue 200

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

Shades of Orchid #DD82C8

Tints of Orchid #DD82C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.3%

R = 40.11%
G = 23.59%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD82C8 (or 0xDD82C8) is known color: Orchid. HEX triplet: DD, 82 and C8. RGB value is (221,130,200). Sum of RGB (Red+Green+Blue) = 221+130+200=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82C8 is #227D37. Grayscale: #A5A5A5. Windows color (decimal): -2260280 or 13140701. OLE color: 13140701.

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

Color convert

RGB 221 130 200 -
CMYK 0 0.41 0.10 0.13
HSL 313.85º 0.57% 0.69% -
HSV(B) 313.85º 0.41% 0.87% -
XYZ 48.23 35.51 58.96 -
YUV 165.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 221 130 200 0 0.41 0.10 0.13 313.85 0.57 0.69
Hex DD 82 C8 0 29 A D 13A 39 45
Octal 335 202 310 0 51 12 15 472 71 105
Binary 11011101 10000010 11001000 0 101001 1010 1101 100111010 111001 1000101

Color Harmonies of #DD82C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD82C8

Black with #DD82C8

Text Example


Text Example

White with #DD82C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD82C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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