Html Css Color HEX #DD77E4 Orchid

📋 copy color: '#DD77E4'

red 221 ◦ green 119 ◦ blue 228

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

Shades of Orchid #DD77E4

Tints of Orchid #DD77E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.14%

R = 38.91%
G = 20.95%
B = 40.14%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD77E4 (or 0xDD77E4) is known color: Orchid. HEX triplet: DD, 77 and E4. RGB value is (221,119,228). Sum of RGB (Red+Green+Blue) = 221+119+228=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD77E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77E4 is #22881B. Grayscale: #A1A1A1. Windows color (decimal): -2263068 or 14972893. OLE color: 14972893.

HSL color Cylindrical-coordinate representation of color #DD77E4: hue angle of 296.15º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD77E4 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 119 228 -
CMYK 0.03 0.48 0 0.11
HSL 296.15º 0.67% 0.68% -
HSV(B) 296.15º 0.48% 0.89% -
XYZ 50.42 34.17 77.34 -
YUV 161.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 221 119 228 0.03 0.48 0 0.11 296.15 0.67 0.68
Hex DD 77 E4 3 30 0 B 128 43 44
Octal 335 167 344 3 60 0 13 450 103 104
Binary 11011101 1110111 11100100 11 110000 0 1011 100101000 1000011 1000100

Color Harmonies of #DD77E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77E4

Black with #DD77E4

Text Example


Text Example

White with #DD77E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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