Html Css Color HEX #DB7AE6 Orchid

📋 copy color: '#DB7AE6'

red 219 ◦ green 122 ◦ blue 230

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

Shades of Orchid #DB7AE6

Tints of Orchid #DB7AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.28%

R = 38.35%
G = 21.37%
B = 40.28%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB7AE6 (or 0xDB7AE6) is known color: Orchid. HEX triplet: DB, 7A and E6. RGB value is (219,122,230). Sum of RGB (Red+Green+Blue) = 219+122+230=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB7AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7AE6 is #248519. Grayscale: #A2A2A2. Windows color (decimal): -2393370 or 15104731. OLE color: 15104731.

HSL color Cylindrical-coordinate representation of color #DB7AE6: hue angle of 293.89º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7AE6 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 122 230 -
CMYK 0.05 0.47 0 0.10
HSL 293.89º 0.68% 0.69% -
HSV(B) 293.89º 0.47% 0.9% -
XYZ 50.46 34.69 78.9 -
YUV 163.32 165.64 167.72 -
System Red Green Blue C M Y K H S L
Decimal 219 122 230 0.05 0.47 0 0.10 293.89 0.68 0.69
Hex DB 7A E6 5 2F 0 A 126 44 45
Octal 333 172 346 5 57 0 12 446 104 105
Binary 11011011 1111010 11100110 101 101111 0 1010 100100110 1000100 1000101

Color Harmonies of #DB7AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7AE6

Black with #DB7AE6

Text Example


Text Example

White with #DB7AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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