Html Css Color HEX #DF79DD Orchid

📋 copy color: '#DF79DD'

red 223 ◦ green 121 ◦ blue 221

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

Shades of Orchid #DF79DD

Tints of Orchid #DF79DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 39.47%
G = 21.42%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF79DD (or 0xDF79DD) is known color: Orchid. HEX triplet: DF, 79 and DD. RGB value is (223,121,221). Sum of RGB (Red+Green+Blue) = 223+121+221=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79DD is #208622. Grayscale: #A2A2A2. Windows color (decimal): -2131491 or 14514655. OLE color: 14514655.

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

Color convert

RGB 223 121 221 -
CMYK 0 0.46 0.01 0.13
HSL 301.18º 0.61% 0.67% -
HSV(B) 301.18º 0.46% 0.87% -
XYZ 50.32 34.58 72.43 -
YUV 162.9 160.79 170.87 -
System Red Green Blue C M Y K H S L
Decimal 223 121 221 0 0.46 0.01 0.13 301.18 0.61 0.67
Hex DF 79 DD 0 2E 1 D 12D 3D 43
Octal 337 171 335 0 56 1 15 455 75 103
Binary 11011111 1111001 11011101 0 101110 1 1101 100101101 111101 1000011

Color Harmonies of #DF79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF79DD

Black with #DF79DD

Text Example


Text Example

White with #DF79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF79DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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