Html Css Color HEX #DD77CF Orchid

📋 copy color: '#DD77CF'

red 221 ◦ green 119 ◦ blue 207

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

Shades of Orchid #DD77CF

Tints of Orchid #DD77CF

RGB

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

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

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

R = 40.4%
G = 21.76%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD77CF (or 0xDD77CF) is known color: Orchid. HEX triplet: DD, 77 and CF. RGB value is (221,119,207). Sum of RGB (Red+Green+Blue) = 221+119+207=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77CF is #228830. Grayscale: #9F9F9F. Windows color (decimal): -2263089 or 13596637. OLE color: 13596637.

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

Color convert

RGB 221 119 207 -
CMYK 0 0.46 0.06 0.13
HSL 308.24º 0.6% 0.67% -
HSV(B) 308.24º 0.46% 0.87% -
XYZ 47.68 33.07 62.9 -
YUV 159.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 221 119 207 0 0.46 0.06 0.13 308.24 0.6 0.67
Hex DD 77 CF 0 2E 6 D 134 3C 43
Octal 335 167 317 0 56 6 15 464 74 103
Binary 11011101 1110111 11001111 0 101110 110 1101 100110100 111100 1000011

Color Harmonies of #DD77CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77CF

Black with #DD77CF

Text Example


Text Example

White with #DD77CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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