Html Css Color HEX #DD77CE Orchid

📋 copy color: '#DD77CE'

red 221 ◦ green 119 ◦ blue 206

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

Shades of Orchid #DD77CE

Tints of Orchid #DD77CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.79%

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

R = 40.48%
G = 21.79%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD77CE (or 0xDD77CE) is known color: Orchid. HEX triplet: DD, 77 and CE. RGB value is (221,119,206). Sum of RGB (Red+Green+Blue) = 221+119+206=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77CE is #228831. Grayscale: #9F9F9F. Windows color (decimal): -2263090 or 13531101. OLE color: 13531101.

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

Color convert

RGB 221 119 206 -
CMYK 0 0.46 0.07 0.13
HSL 308.82º 0.6% 0.67% -
HSV(B) 308.82º 0.46% 0.87% -
XYZ 47.56 33.02 62.26 -
YUV 159.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 221 119 206 0 0.46 0.07 0.13 308.82 0.6 0.67
Hex DD 77 CE 0 2E 7 D 135 3C 43
Octal 335 167 316 0 56 7 15 465 74 103
Binary 11011101 1110111 11001110 0 101110 111 1101 100110101 111100 1000011

Color Harmonies of #DD77CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77CE

Black with #DD77CE

Text Example


Text Example

White with #DD77CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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