Html Css Color HEX #DF79CE Orchid

📋 copy color: '#DF79CE'

red 223 ◦ green 121 ◦ blue 206

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

Shades of Orchid #DF79CE

Tints of Orchid #DF79CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 40.55%
G = 22%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF79CE (or 0xDF79CE) is known color: Orchid. HEX triplet: DF, 79 and CE. RGB value is (223,121,206). Sum of RGB (Red+Green+Blue) = 223+121+206=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79CE is #208631. Grayscale: #A0A0A0. Windows color (decimal): -2131506 or 13531615. OLE color: 13531615.

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

Color convert

RGB 223 121 206 -
CMYK 0 0.46 0.08 0.13
HSL 310º 0.61% 0.67% -
HSV(B) 310º 0.46% 0.87% -
XYZ 48.41 33.82 62.37 -
YUV 161.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 223 121 206 0 0.46 0.08 0.13 310 0.61 0.67
Hex DF 79 CE 0 2E 8 D 136 3D 43
Octal 337 171 316 0 56 10 15 466 75 103
Binary 11011111 1111001 11001110 0 101110 1000 1101 100110110 111101 1000011

Color Harmonies of #DF79CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF79CE

Black with #DF79CE

Text Example


Text Example

White with #DF79CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF79CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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