Html Css Color HEX #DB76DE Orchid

📋 copy color: '#DB76DE'

red 219 ◦ green 118 ◦ blue 222

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

Shades of Orchid #DB76DE

Tints of Orchid #DB76DE

RGB

 RED value IS 219 (85.94% from 255) = 39.18%

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

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

R = 39.18%
G = 21.11%
B = 39.71%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB76DE (or 0xDB76DE) is known color: Orchid. HEX triplet: DB, 76 and DE. RGB value is (219,118,222). Sum of RGB (Red+Green+Blue) = 219+118+222=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB76DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76DE is #248921. Grayscale: #9F9F9F. Windows color (decimal): -2394402 or 14579419. OLE color: 14579419.

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

Color convert

RGB 219 118 222 -
CMYK 0.01 0.47 0 0.13
HSL 298.27º 0.61% 0.67% -
HSV(B) 298.27º 0.47% 0.87% -
XYZ 48.88 33.29 72.96 -
YUV 160.06 162.96 170.04 -
System Red Green Blue C M Y K H S L
Decimal 219 118 222 0.01 0.47 0 0.13 298.27 0.61 0.67
Hex DB 76 DE 1 2F 0 D 12A 3D 43
Octal 333 166 336 1 57 0 15 452 75 103
Binary 11011011 1110110 11011110 1 101111 0 1101 100101010 111101 1000011

Color Harmonies of #DB76DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76DE

Black with #DB76DE

Text Example


Text Example

White with #DB76DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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