Html Css Color HEX #DF76DB Orchid

📋 copy color: '#DF76DB'

red 223 ◦ green 118 ◦ blue 219

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

Shades of Orchid #DF76DB

Tints of Orchid #DF76DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 39.82%
G = 21.07%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF76DB (or 0xDF76DB) is known color: Orchid. HEX triplet: DF, 76 and DB. RGB value is (223,118,219). Sum of RGB (Red+Green+Blue) = 223+118+219=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76DB is #208924. Grayscale: #A0A0A0. Windows color (decimal): -2132261 or 14382815. OLE color: 14382815.

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

Color convert

RGB 223 118 219 -
CMYK 0 0.47 0.02 0.13
HSL 302.29º 0.62% 0.67% -
HSV(B) 302.29º 0.47% 0.87% -
XYZ 49.7 33.76 70.91 -
YUV 160.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 223 118 219 0 0.47 0.02 0.13 302.29 0.62 0.67
Hex DF 76 DB 0 2F 2 D 12E 3E 43
Octal 337 166 333 0 57 2 15 456 76 103
Binary 11011111 1110110 11011011 0 101111 10 1101 100101110 111110 1000011

Color Harmonies of #DF76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76DB

Black with #DF76DB

Text Example


Text Example

White with #DF76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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