Html Css Color HEX #DF76DE Orchid

📋 copy color: '#DF76DE'

red 223 ◦ green 118 ◦ blue 222

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

Shades of Orchid #DF76DE

Tints of Orchid #DF76DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.43%

R = 39.61%
G = 20.96%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF76DE (or 0xDF76DE) is known color: Orchid. HEX triplet: DF, 76 and DE. RGB value is (223,118,222). Sum of RGB (Red+Green+Blue) = 223+118+222=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76DE is #208921. Grayscale: #A0A0A0. Windows color (decimal): -2132258 or 14579423. OLE color: 14579423.

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

Color convert

RGB 223 118 222 -
CMYK 0 0.47 0.00 0.13
HSL 300.57º 0.62% 0.67% -
HSV(B) 300.57º 0.47% 0.87% -
XYZ 50.09 33.92 73.01 -
YUV 161.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 223 118 222 0 0.47 0.00 0.13 300.57 0.62 0.67
Hex DF 76 DE 0 2F 0 D 12D 3E 43
Octal 337 166 336 0 57 0 15 455 76 103
Binary 11011111 1110110 11011110 0 101111 0 1101 100101101 111110 1000011

Color Harmonies of #DF76DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76DE

Black with #DF76DE

Text Example


Text Example

White with #DF76DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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