Html Css Color HEX #DD8ACC Orchid

📋 copy color: '#DD8ACC'

red 221 ◦ green 138 ◦ blue 204

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

Shades of Orchid #DD8ACC

Tints of Orchid #DD8ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.51%

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

R = 39.25%
G = 24.51%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD8ACC (or 0xDD8ACC) is known color: Orchid. HEX triplet: DD, 8A and CC. RGB value is (221,138,204). Sum of RGB (Red+Green+Blue) = 221+138+204=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ACC is #227533. Grayscale: #AAAAAA. Windows color (decimal): -2258228 or 13404893. OLE color: 13404893.

HSL color Cylindrical-coordinate representation of color #DD8ACC: hue angle of 312.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8ACC is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 138 204 -
CMYK 0 0.38 0.08 0.13
HSL 312.29º 0.55% 0.7% -
HSV(B) 312.29º 0.38% 0.87% -
XYZ 49.81 37.91 61.82 -
YUV 170.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 221 138 204 0 0.38 0.08 0.13 312.29 0.55 0.7
Hex DD 8A CC 0 26 8 D 138 37 46
Octal 335 212 314 0 46 10 15 470 67 106
Binary 11011101 10001010 11001100 0 100110 1000 1101 100111000 110111 1000110

Color Harmonies of #DD8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8ACC

Black with #DD8ACC

Text Example


Text Example

White with #DD8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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