Html Css Color HEX #DD6ECF Orchid

📋 copy color: '#DD6ECF'

red 221 ◦ green 110 ◦ blue 207

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

Shades of Orchid #DD6ECF

Tints of Orchid #DD6ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 41.08%
G = 20.45%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD6ECF (or 0xDD6ECF) is known color: Orchid. HEX triplet: DD, 6E and CF. RGB value is (221,110,207). Sum of RGB (Red+Green+Blue) = 221+110+207=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ECF is #229130. Grayscale: #999999. Windows color (decimal): -2265393 or 13594333. OLE color: 13594333.

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

Color convert

RGB 221 110 207 -
CMYK 0 0.50 0.06 0.13
HSL 307.57º 0.62% 0.65% -
HSV(B) 307.57º 0.5% 0.87% -
XYZ 46.66 31.03 62.56 -
YUV 154.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 221 110 207 0 0.50 0.06 0.13 307.57 0.62 0.65
Hex DD 6E CF 0 32 6 D 134 3E 41
Octal 335 156 317 0 62 6 15 464 76 101
Binary 11011101 1101110 11001111 0 110010 110 1101 100110100 111110 1000001

Color Harmonies of #DD6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6ECF

Black with #DD6ECF

Text Example


Text Example

White with #DD6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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