Html Css Color HEX #DF79C3 Orchid

📋 copy color: '#DF79C3'

red 223 ◦ green 121 ◦ blue 195

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

Shades of Orchid #DF79C3

Tints of Orchid #DF79C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.18%

R = 41.37%
G = 22.45%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF79C3 (or 0xDF79C3) is known color: Orchid. HEX triplet: DF, 79 and C3. RGB value is (223,121,195). Sum of RGB (Red+Green+Blue) = 223+121+195=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79C3 is #20863C. Grayscale: #9F9F9F. Windows color (decimal): -2131517 or 12810719. OLE color: 12810719.

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

Color convert

RGB 223 121 195 -
CMYK 0 0.46 0.13 0.13
HSL 316.47º 0.61% 0.67% -
HSV(B) 316.47º 0.46% 0.87% -
XYZ 47.12 33.3 55.57 -
YUV 159.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 223 121 195 0 0.46 0.13 0.13 316.47 0.61 0.67
Hex DF 79 C3 0 2E D D 13C 3D 43
Octal 337 171 303 0 56 15 15 474 75 103
Binary 11011111 1111001 11000011 0 101110 1101 1101 100111100 111101 1000011

Color Harmonies of #DF79C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF79C3

Black with #DF79C3

Text Example


Text Example

White with #DF79C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF79C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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