Html Css Color HEX #DF76DC Orchid

📋 copy color: '#DF76DC'

red 223 ◦ green 118 ◦ blue 220

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

Shades of Orchid #DF76DC

Tints of Orchid #DF76DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.03%

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 39.75%
G = 21.03%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF76DC (or 0xDF76DC) is known color: Orchid. HEX triplet: DF, 76 and DC. RGB value is (223,118,220). Sum of RGB (Red+Green+Blue) = 223+118+220=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76DC is #208923. Grayscale: #A0A0A0. Windows color (decimal): -2132260 or 14448351. OLE color: 14448351.

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

Color convert

RGB 223 118 220 -
CMYK 0 0.47 0.01 0.13
HSL 301.71º 0.62% 0.67% -
HSV(B) 301.71º 0.47% 0.87% -
XYZ 49.83 33.81 71.61 -
YUV 161.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 223 118 220 0 0.47 0.01 0.13 301.71 0.62 0.67
Hex DF 76 DC 0 2F 1 D 12E 3E 43
Octal 337 166 334 0 57 1 15 456 76 103
Binary 11011111 1110110 11011100 0 101111 1 1101 100101110 111110 1000011

Color Harmonies of #DF76DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76DC

Black with #DF76DC

Text Example


Text Example

White with #DF76DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76DC; }

 p { color: rgb(223,118,220); }

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

background-color css

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

 a { background-color: rgb(223,118,220); }

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

border-color css

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

 span { border-color: rgb(223,118,220); }

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