Html Css Color HEX #DF77D5 Orchid

📋 copy color: '#DF77D5'

red 223 ◦ green 119 ◦ blue 213

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

Shades of Orchid #DF77D5

Tints of Orchid #DF77D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.38%

R = 40.18%
G = 21.44%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF77D5 (or 0xDF77D5) is known color: Orchid. HEX triplet: DF, 77 and D5. RGB value is (223,119,213). Sum of RGB (Red+Green+Blue) = 223+119+213=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77D5 is #20882A. Grayscale: #A0A0A0. Windows color (decimal): -2132011 or 13989855. OLE color: 13989855.

HSL color Cylindrical-coordinate representation of color #DF77D5: hue angle of 305.77º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF77D5 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 119 213 -
CMYK 0 0.47 0.04 0.13
HSL 305.77º 0.62% 0.67% -
HSV(B) 305.77º 0.47% 0.87% -
XYZ 49.04 33.69 66.87 -
YUV 160.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 223 119 213 0 0.47 0.04 0.13 305.77 0.62 0.67
Hex DF 77 D5 0 2F 4 D 132 3E 43
Octal 337 167 325 0 57 4 15 462 76 103
Binary 11011111 1110111 11010101 0 101111 100 1101 100110010 111110 1000011

Color Harmonies of #DF77D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77D5

Black with #DF77D5

Text Example


Text Example

White with #DF77D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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