Html Css Color HEX #DD7ECF Orchid

📋 copy color: '#DD7ECF'

red 221 ◦ green 126 ◦ blue 207

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

Shades of Orchid #DD7ECF

Tints of Orchid #DD7ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.74%

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

R = 39.89%
G = 22.74%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD7ECF (or 0xDD7ECF) is known color: Orchid. HEX triplet: DD, 7E and CF. RGB value is (221,126,207). Sum of RGB (Red+Green+Blue) = 221+126+207=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ECF is #228130. Grayscale: #A3A3A3. Windows color (decimal): -2261297 or 13598429. OLE color: 13598429.

HSL color Cylindrical-coordinate representation of color #DD7ECF: hue angle of 308.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7ECF is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 126 207 -
CMYK 0 0.43 0.06 0.13
HSL 308.84º 0.58% 0.68% -
HSV(B) 308.84º 0.43% 0.87% -
XYZ 48.54 34.8 63.19 -
YUV 163.64 152.47 168.91 -
System Red Green Blue C M Y K H S L
Decimal 221 126 207 0 0.43 0.06 0.13 308.84 0.58 0.68
Hex DD 7E CF 0 2B 6 D 135 3A 44
Octal 335 176 317 0 53 6 15 465 72 104
Binary 11011101 1111110 11001111 0 101011 110 1101 100110101 111010 1000100

Color Harmonies of #DD7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7ECF

Black with #DD7ECF

Text Example


Text Example

White with #DD7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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