Html Css Color HEX #DD77E7 Orchid

📋 copy color: '#DD77E7'

red 221 ◦ green 119 ◦ blue 231

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

Shades of Orchid #DD77E7

Tints of Orchid #DD77E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.46%

R = 38.7%
G = 20.84%
B = 40.46%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD77E7 (or 0xDD77E7) is known color: Orchid. HEX triplet: DD, 77 and E7. RGB value is (221,119,231). Sum of RGB (Red+Green+Blue) = 221+119+231=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 231 (90.62% from 255 or 40.46% from 571); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD77E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD77E7 is #228818. Grayscale: #A1A1A1. Windows color (decimal): -2263065 or 15169501. OLE color: 15169501.

HSL color Cylindrical-coordinate representation of color #DD77E7: hue angle of 294.64º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD77E7 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 119 231 -
CMYK 0.04 0.48 0 0.09
HSL 294.64º 0.7% 0.69% -
HSV(B) 294.64º 0.48% 0.91% -
XYZ 50.84 34.34 79.55 -
YUV 162.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 221 119 231 0.04 0.48 0 0.09 294.64 0.7 0.69
Hex DD 77 E7 4 30 0 9 127 46 45
Octal 335 167 347 4 60 0 11 447 106 105
Binary 11011101 1110111 11100111 100 110000 0 1001 100100111 1000110 1000101

Color Harmonies of #DD77E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77E7

Black with #DD77E7

Text Example


Text Example

White with #DD77E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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