Html Css Color HEX #DD7DCF Orchid

📋 copy color: '#DD7DCF'

red 221 ◦ green 125 ◦ blue 207

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

Shades of Orchid #DD7DCF

Tints of Orchid #DD7DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.6%

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

R = 39.96%
G = 22.6%
B = 37.43%

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

#DD7DCF (or 0xDD7DCF) is known color: Orchid. HEX triplet: DD, 7D and CF. RGB value is (221,125,207). Sum of RGB (Red+Green+Blue) = 221+125+207=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DCF is #228230. Grayscale: #A2A2A2. Windows color (decimal): -2261553 or 13598173. OLE color: 13598173.

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

Color convert

RGB 221 125 207 -
CMYK 0 0.43 0.06 0.13
HSL 308.75º 0.59% 0.68% -
HSV(B) 308.75º 0.43% 0.87% -
XYZ 48.41 34.54 63.15 -
YUV 163.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 221 125 207 0 0.43 0.06 0.13 308.75 0.59 0.68
Hex DD 7D CF 0 2B 6 D 135 3B 44
Octal 335 175 317 0 53 6 15 465 73 104
Binary 11011101 1111101 11001111 0 101011 110 1101 100110101 111011 1000100

Color Harmonies of #DD7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DCF

Black with #DD7DCF

Text Example


Text Example

White with #DD7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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