Html Css Color HEX #DD6ECC Orchid

📋 copy color: '#DD6ECC'

red 221 ◦ green 110 ◦ blue 204

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

Shades of Orchid #DD6ECC

Tints of Orchid #DD6ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.56%

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

R = 41.31%
G = 20.56%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD6ECC (or 0xDD6ECC) is known color: Orchid. HEX triplet: DD, 6E and CC. RGB value is (221,110,204). Sum of RGB (Red+Green+Blue) = 221+110+204=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ECC is #229133. Grayscale: #999999. Windows color (decimal): -2265396 or 13397725. OLE color: 13397725.

HSL color Cylindrical-coordinate representation of color #DD6ECC: hue angle of 309.19º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6ECC is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 110 204 -
CMYK 0 0.50 0.08 0.13
HSL 309.19º 0.62% 0.65% -
HSV(B) 309.19º 0.5% 0.87% -
XYZ 46.29 30.88 60.65 -
YUV 153.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 221 110 204 0 0.50 0.08 0.13 309.19 0.62 0.65
Hex DD 6E CC 0 32 8 D 135 3E 41
Octal 335 156 314 0 62 10 15 465 76 101
Binary 11011101 1101110 11001100 0 110010 1000 1101 100110101 111110 1000001

Color Harmonies of #DD6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6ECC

Black with #DD6ECC

Text Example


Text Example

White with #DD6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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