Html Css Color HEX #DB7AC7 Orchid

📋 copy color: '#DB7AC7'

red 219 ◦ green 122 ◦ blue 199

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

Shades of Orchid #DB7AC7

Tints of Orchid #DB7AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.85%

R = 40.56%
G = 22.59%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB7AC7 (or 0xDB7AC7) is known color: Orchid. HEX triplet: DB, 7A and C7. RGB value is (219,122,199). Sum of RGB (Red+Green+Blue) = 219+122+199=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7AC7 is #248538. Grayscale: #9F9F9F. Windows color (decimal): -2393401 or 13073115. OLE color: 13073115.

HSL color Cylindrical-coordinate representation of color #DB7AC7: hue angle of 312.37º 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 #DB7AC7 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 122 199 -
CMYK 0 0.44 0.09 0.14
HSL 312.37º 0.57% 0.67% -
HSV(B) 312.37º 0.44% 0.86% -
XYZ 46.48 33.1 57.97 -
YUV 159.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 219 122 199 0 0.44 0.09 0.14 312.37 0.57 0.67
Hex DB 7A C7 0 2C 9 E 138 39 43
Octal 333 172 307 0 54 11 16 470 71 103
Binary 11011011 1111010 11000111 0 101100 1001 1110 100111000 111001 1000011

Color Harmonies of #DB7AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7AC7

Black with #DB7AC7

Text Example


Text Example

White with #DB7AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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