Html Css Color HEX #DD6FCC Orchid

📋 copy color: '#DD6FCC'

red 221 ◦ green 111 ◦ blue 204

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

Shades of Orchid #DD6FCC

Tints of Orchid #DD6FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.71%

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

R = 41.23%
G = 20.71%
B = 38.06%

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

#DD6FCC (or 0xDD6FCC) is known color: Orchid. HEX triplet: DD, 6F and CC. RGB value is (221,111,204). Sum of RGB (Red+Green+Blue) = 221+111+204=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FCC is #229033. Grayscale: #9A9A9A. Windows color (decimal): -2265140 or 13397981. OLE color: 13397981.

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

Color convert

RGB 221 111 204 -
CMYK 0 0.50 0.08 0.13
HSL 309.27º 0.62% 0.65% -
HSV(B) 309.27º 0.5% 0.87% -
XYZ 46.4 31.1 60.68 -
YUV 154.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 221 111 204 0 0.50 0.08 0.13 309.27 0.62 0.65
Hex DD 6F CC 0 32 8 D 135 3E 41
Octal 335 157 314 0 62 10 15 465 76 101
Binary 11011101 1101111 11001100 0 110010 1000 1101 100110101 111110 1000001

Color Harmonies of #DD6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FCC

Black with #DD6FCC

Text Example


Text Example

White with #DD6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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