Html Css Color HEX #DF77C6 Orchid

📋 copy color: '#DF77C6'

red 223 ◦ green 119 ◦ blue 198

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

Shades of Orchid #DF77C6

Tints of Orchid #DF77C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.67%

R = 41.3%
G = 22.04%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF77C6 (or 0xDF77C6) is known color: Orchid. HEX triplet: DF, 77 and C6. RGB value is (223,119,198). Sum of RGB (Red+Green+Blue) = 223+119+198=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77C6 is #208839. Grayscale: #9E9E9E. Windows color (decimal): -2132026 or 13006815. OLE color: 13006815.

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

Color convert

RGB 223 119 198 -
CMYK 0 0.47 0.11 0.13
HSL 314.42º 0.62% 0.67% -
HSV(B) 314.42º 0.47% 0.87% -
XYZ 47.22 32.96 57.3 -
YUV 159.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 223 119 198 0 0.47 0.11 0.13 314.42 0.62 0.67
Hex DF 77 C6 0 2F B D 13A 3E 43
Octal 337 167 306 0 57 13 15 472 76 103
Binary 11011111 1110111 11000110 0 101111 1011 1101 100111010 111110 1000011

Color Harmonies of #DF77C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77C6

Black with #DF77C6

Text Example


Text Example

White with #DF77C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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