Html Css Color HEX #DB7ADE Orchid

📋 copy color: '#DB7ADE'

red 219 ◦ green 122 ◦ blue 222

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

Shades of Orchid #DB7ADE

Tints of Orchid #DB7ADE

RGB

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

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

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

R = 38.9%
G = 21.67%
B = 39.43%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB7ADE (or 0xDB7ADE) is known color: Orchid. HEX triplet: DB, 7A and DE. RGB value is (219,122,222). Sum of RGB (Red+Green+Blue) = 219+122+222=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ADE is #248521. Grayscale: #A2A2A2. Windows color (decimal): -2393378 or 14580443. OLE color: 14580443.

HSL color Cylindrical-coordinate representation of color #DB7ADE: hue angle of 298.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7ADE is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 122 222 -
CMYK 0.01 0.45 0 0.13
HSL 298.2º 0.6% 0.67% -
HSV(B) 298.2º 0.45% 0.87% -
XYZ 49.36 34.25 73.12 -
YUV 162.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 219 122 222 0.01 0.45 0 0.13 298.2 0.6 0.67
Hex DB 7A DE 1 2D 0 D 12A 3C 43
Octal 333 172 336 1 55 0 15 452 74 103
Binary 11011011 1111010 11011110 1 101101 0 1101 100101010 111100 1000011

Color Harmonies of #DB7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7ADE

Black with #DB7ADE

Text Example


Text Example

White with #DB7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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