Html Css Color HEX #DB7ACE Orchid

📋 copy color: '#DB7ACE'

red 219 ◦ green 122 ◦ blue 206

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

Shades of Orchid #DB7ACE

Tints of Orchid #DB7ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.3%

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 40.04%
G = 22.3%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB7ACE (or 0xDB7ACE) is known color: Orchid. HEX triplet: DB, 7A and CE. RGB value is (219,122,206). Sum of RGB (Red+Green+Blue) = 219+122+206=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ACE is #248531. Grayscale: #A0A0A0. Windows color (decimal): -2393394 or 13531867. OLE color: 13531867.

HSL color Cylindrical-coordinate representation of color #DB7ACE: hue angle of 308.04º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7ACE is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 122 206 -
CMYK 0 0.44 0.06 0.14
HSL 308.04º 0.57% 0.67% -
HSV(B) 308.04º 0.44% 0.86% -
XYZ 47.31 33.44 62.35 -
YUV 160.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 219 122 206 0 0.44 0.06 0.14 308.04 0.57 0.67
Hex DB 7A CE 0 2C 6 E 134 39 43
Octal 333 172 316 0 54 6 16 464 71 103
Binary 11011011 1111010 11001110 0 101100 110 1110 100110100 111001 1000011

Color Harmonies of #DB7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7ACE

Black with #DB7ACE

Text Example


Text Example

White with #DB7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7ACE; }

 p { color: rgb(219,122,206); }

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

background-color css

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

 a { background-color: rgb(219,122,206); }

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

border-color css

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

 span { border-color: rgb(219,122,206); }

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