Html Css Color HEX #DF77E2 Orchid

📋 copy color: '#DF77E2'

red 223 ◦ green 119 ◦ blue 226

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

Shades of Orchid #DF77E2

Tints of Orchid #DF77E2

RGB

 RED value IS 223 (87.5% from 255) = 39.26%

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

 BLUE value IS 226 (88.67% from 255) = 39.79%

R = 39.26%
G = 20.95%
B = 39.79%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DF77E2 (or 0xDF77E2) is known color: Orchid. HEX triplet: DF, 77 and E2. RGB value is (223,119,226). Sum of RGB (Red+Green+Blue) = 223+119+226=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 226 - color contains mainly: blue. Hex color #DF77E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77E2 is #20881D. Grayscale: #A1A1A1. Windows color (decimal): -2131998 or 14841823. OLE color: 14841823.

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

Color convert

RGB 223 119 226 -
CMYK 0.01 0.47 0 0.11
HSL 298.32º 0.65% 0.68% -
HSV(B) 298.32º 0.47% 0.89% -
XYZ 50.76 34.37 75.91 -
YUV 162.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 223 119 226 0.01 0.47 0 0.11 298.32 0.65 0.68
Hex DF 77 E2 1 2F 0 B 12A 41 44
Octal 337 167 342 1 57 0 13 452 101 104
Binary 11011111 1110111 11100010 1 101111 0 1011 100101010 1000001 1000100

Color Harmonies of #DF77E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77E2

Black with #DF77E2

Text Example


Text Example

White with #DF77E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77E2; }

 p { color: rgb(223,119,226); }

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

background-color css

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

 a { background-color: rgb(223,119,226); }

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

border-color css

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

 span { border-color: rgb(223,119,226); }

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