Html Css Color HEX #DF79D0 Orchid

📋 copy color: '#DF79D0'

red 223 ◦ green 121 ◦ blue 208

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

Shades of Orchid #DF79D0

Tints of Orchid #DF79D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.68%

R = 40.4%
G = 21.92%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF79D0 (or 0xDF79D0) is known color: Orchid. HEX triplet: DF, 79 and D0. RGB value is (223,121,208). Sum of RGB (Red+Green+Blue) = 223+121+208=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79D0 is #20862F. Grayscale: #A1A1A1. Windows color (decimal): -2131504 or 13662687. OLE color: 13662687.

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

Color convert

RGB 223 121 208 -
CMYK 0 0.46 0.07 0.13
HSL 308.82º 0.61% 0.67% -
HSV(B) 308.82º 0.46% 0.87% -
XYZ 48.65 33.92 63.66 -
YUV 161.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 223 121 208 0 0.46 0.07 0.13 308.82 0.61 0.67
Hex DF 79 D0 0 2E 7 D 135 3D 43
Octal 337 171 320 0 56 7 15 465 75 103
Binary 11011111 1111001 11010000 0 101110 111 1101 100110101 111101 1000011

Color Harmonies of #DF79D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF79D0

Black with #DF79D0

Text Example


Text Example

White with #DF79D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF79D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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