Html Css Color HEX #DD77E0 Orchid

📋 copy color: '#DD77E0'

red 221 ◦ green 119 ◦ blue 224

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

Shades of Orchid #DD77E0

Tints of Orchid #DD77E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.72%

R = 39.18%
G = 21.1%
B = 39.72%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD77E0 (or 0xDD77E0) is known color: Orchid. HEX triplet: DD, 77 and E0. RGB value is (221,119,224). Sum of RGB (Red+Green+Blue) = 221+119+224=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD77E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77E0 is #22881F. Grayscale: #A1A1A1. Windows color (decimal): -2263072 or 14710749. OLE color: 14710749.

HSL color Cylindrical-coordinate representation of color #DD77E0: hue angle of 298.29º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD77E0 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 119 224 -
CMYK 0.01 0.47 0 0.12
HSL 298.29º 0.63% 0.67% -
HSV(B) 298.29º 0.47% 0.88% -
XYZ 49.87 33.95 74.45 -
YUV 161.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 221 119 224 0.01 0.47 0 0.12 298.29 0.63 0.67
Hex DD 77 E0 1 2F 0 C 12A 3F 43
Octal 335 167 340 1 57 0 14 452 77 103
Binary 11011101 1110111 11100000 1 101111 0 1100 100101010 111111 1000011

Color Harmonies of #DD77E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77E0

Black with #DD77E0

Text Example


Text Example

White with #DD77E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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