Html Css Color HEX #DF77D6 Orchid

📋 copy color: '#DF77D6'

red 223 ◦ green 119 ◦ blue 214

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

Shades of Orchid #DF77D6

Tints of Orchid #DF77D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.49%

R = 40.11%
G = 21.4%
B = 38.49%

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

#DF77D6 (or 0xDF77D6) is known color: Orchid. HEX triplet: DF, 77 and D6. RGB value is (223,119,214). Sum of RGB (Red+Green+Blue) = 223+119+214=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77D6 is #208829. Grayscale: #A0A0A0. Windows color (decimal): -2132010 or 14055391. OLE color: 14055391.

HSL color Cylindrical-coordinate representation of color #DF77D6: hue angle of 305.19º 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 #DF77D6 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 119 214 -
CMYK 0 0.47 0.04 0.13
HSL 305.19º 0.62% 0.67% -
HSV(B) 305.19º 0.47% 0.87% -
XYZ 49.17 33.74 67.54 -
YUV 160.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 223 119 214 0 0.47 0.04 0.13 305.19 0.62 0.67
Hex DF 77 D6 0 2F 4 D 131 3E 43
Octal 337 167 326 0 57 4 15 461 76 103
Binary 11011111 1110111 11010110 0 101111 100 1101 100110001 111110 1000011

Color Harmonies of #DF77D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77D6

Black with #DF77D6

Text Example


Text Example

White with #DF77D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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