Html Css Color HEX #DD82CC Orchid

📋 copy color: '#DD82CC'

red 221 ◦ green 130 ◦ blue 204

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

Shades of Orchid #DD82CC

Tints of Orchid #DD82CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 39.82%
G = 23.42%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD82CC (or 0xDD82CC) is known color: Orchid. HEX triplet: DD, 82 and CC. RGB value is (221,130,204). Sum of RGB (Red+Green+Blue) = 221+130+204=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82CC is #227D33. Grayscale: #A5A5A5. Windows color (decimal): -2260276 or 13402845. OLE color: 13402845.

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

Color convert

RGB 221 130 204 -
CMYK 0 0.41 0.08 0.13
HSL 311.21º 0.57% 0.69% -
HSV(B) 311.21º 0.41% 0.87% -
XYZ 48.7 35.7 61.45 -
YUV 165.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 221 130 204 0 0.41 0.08 0.13 311.21 0.57 0.69
Hex DD 82 CC 0 29 8 D 137 39 45
Octal 335 202 314 0 51 10 15 467 71 105
Binary 11011101 10000010 11001100 0 101001 1000 1101 100110111 111001 1000101

Color Harmonies of #DD82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD82CC

Black with #DD82CC

Text Example


Text Example

White with #DD82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD82CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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