Html Css Color HEX #DD79CE Orchid

📋 copy color: '#DD79CE'

red 221 ◦ green 121 ◦ blue 206

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

Shades of Orchid #DD79CE

Tints of Orchid #DD79CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.08%

 BLUE value IS 206 (80.86% from 255) = 37.59%

R = 40.33%
G = 22.08%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD79CE (or 0xDD79CE) is known color: Orchid. HEX triplet: DD, 79 and CE. RGB value is (221,121,206). Sum of RGB (Red+Green+Blue) = 221+121+206=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79CE is #228631. Grayscale: #A0A0A0. Windows color (decimal): -2262578 or 13531613. OLE color: 13531613.

HSL color Cylindrical-coordinate representation of color #DD79CE: hue angle of 309º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD79CE is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 121 206 -
CMYK 0 0.45 0.07 0.13
HSL 309º 0.6% 0.67% -
HSV(B) 309º 0.45% 0.87% -
XYZ 47.8 33.5 62.34 -
YUV 160.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 221 121 206 0 0.45 0.07 0.13 309 0.6 0.67
Hex DD 79 CE 0 2D 7 D 135 3C 43
Octal 335 171 316 0 55 7 15 465 74 103
Binary 11011101 1111001 11001110 0 101101 111 1101 100110101 111100 1000011

Color Harmonies of #DD79CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79CE

Black with #DD79CE

Text Example


Text Example

White with #DD79CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79CE; }

 p { color: rgb(221,121,206); }

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

background-color css

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

 a { background-color: rgb(221,121,206); }

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

border-color css

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

 span { border-color: rgb(221,121,206); }

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