Html Css Color HEX #DF76E5 Orchid

📋 copy color: '#DF76E5'

red 223 ◦ green 118 ◦ blue 229

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

Shades of Orchid #DF76E5

Tints of Orchid #DF76E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.18%

R = 39.12%
G = 20.7%
B = 40.18%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF76E5 (or 0xDF76E5) is known color: Orchid. HEX triplet: DF, 76 and E5. RGB value is (223,118,229). Sum of RGB (Red+Green+Blue) = 223+118+229=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF76E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76E5 is #20891A. Grayscale: #A1A1A1. Windows color (decimal): -2132251 or 15038175. OLE color: 15038175.

HSL color Cylindrical-coordinate representation of color #DF76E5: hue angle of 296.76º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF76E5 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 118 229 -
CMYK 0.03 0.48 0 0.10
HSL 296.76º 0.68% 0.68% -
HSV(B) 296.76º 0.48% 0.9% -
XYZ 51.05 34.3 78.06 -
YUV 162.05 165.79 171.47 -
System Red Green Blue C M Y K H S L
Decimal 223 118 229 0.03 0.48 0 0.10 296.76 0.68 0.68
Hex DF 76 E5 3 30 0 A 129 44 44
Octal 337 166 345 3 60 0 12 451 104 104
Binary 11011111 1110110 11100101 11 110000 0 1010 100101001 1000100 1000100

Color Harmonies of #DF76E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76E5

Black with #DF76E5

Text Example


Text Example

White with #DF76E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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