Html Css Color HEX #DF79D7 Orchid

📋 copy color: '#DF79D7'

red 223 ◦ green 121 ◦ blue 215

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

Shades of Orchid #DF79D7

Tints of Orchid #DF79D7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.65%

 BLUE value IS 215 (84.38% from 255) = 38.46%

R = 39.89%
G = 21.65%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF79D7 (or 0xDF79D7) is known color: Orchid. HEX triplet: DF, 79 and D7. RGB value is (223,121,215). Sum of RGB (Red+Green+Blue) = 223+121+215=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79D7 is #208628. Grayscale: #A1A1A1. Windows color (decimal): -2131497 or 14121439. OLE color: 14121439.

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

Color convert

RGB 223 121 215 -
CMYK 0 0.46 0.04 0.13
HSL 304.71º 0.61% 0.67% -
HSV(B) 304.71º 0.46% 0.87% -
XYZ 49.53 34.27 68.29 -
YUV 162.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 223 121 215 0 0.46 0.04 0.13 304.71 0.61 0.67
Hex DF 79 D7 0 2E 4 D 131 3D 43
Octal 337 171 327 0 56 4 15 461 75 103
Binary 11011111 1111001 11010111 0 101110 100 1101 100110001 111101 1000011

Color Harmonies of #DF79D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF79D7

Black with #DF79D7

Text Example


Text Example

White with #DF79D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF79D7; }

 p { color: rgb(223,121,215); }

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

background-color css

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

 a { background-color: rgb(223,121,215); }

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

border-color css

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

 span { border-color: rgb(223,121,215); }

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