Html Css Color HEX #DF77E3 Orchid

📋 copy color: '#DF77E3'

red 223 ◦ green 119 ◦ blue 227

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

Shades of Orchid #DF77E3

Tints of Orchid #DF77E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.89%

R = 39.19%
G = 20.91%
B = 39.89%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DF77E3 (or 0xDF77E3) is known color: Orchid. HEX triplet: DF, 77 and E3. RGB value is (223,119,227). Sum of RGB (Red+Green+Blue) = 223+119+227=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF77E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77E3 is #20881C. Grayscale: #A2A2A2. Windows color (decimal): -2131997 or 14907359. OLE color: 14907359.

HSL color Cylindrical-coordinate representation of color #DF77E3: hue angle of 297.78º degrees, saturation: 0.66, 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 #DF77E3 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 119 227 -
CMYK 0.02 0.48 0 0.11
HSL 297.78º 0.66% 0.68% -
HSV(B) 297.78º 0.48% 0.89% -
XYZ 50.89 34.43 76.64 -
YUV 162.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 223 119 227 0.02 0.48 0 0.11 297.78 0.66 0.68
Hex DF 77 E3 2 30 0 B 12A 42 44
Octal 337 167 343 2 60 0 13 452 102 104
Binary 11011111 1110111 11100011 10 110000 0 1011 100101010 1000010 1000100

Color Harmonies of #DF77E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77E3

Black with #DF77E3

Text Example


Text Example

White with #DF77E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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