Html Css Color HEX #DB7AE5 Orchid

📋 copy color: '#DB7AE5'

red 219 ◦ green 122 ◦ blue 229

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

Shades of Orchid #DB7AE5

Tints of Orchid #DB7AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.18%

R = 38.42%
G = 21.4%
B = 40.18%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB7AE5 (or 0xDB7AE5) is known color: Orchid. HEX triplet: DB, 7A and E5. RGB value is (219,122,229). Sum of RGB (Red+Green+Blue) = 219+122+229=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB7AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7AE5 is #24851A. Grayscale: #A2A2A2. Windows color (decimal): -2393371 or 15039195. OLE color: 15039195.

HSL color Cylindrical-coordinate representation of color #DB7AE5: hue angle of 294.39º degrees, saturation: 0.67, 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 #DB7AE5 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 122 229 -
CMYK 0.04 0.47 0 0.10
HSL 294.39º 0.67% 0.69% -
HSV(B) 294.39º 0.47% 0.9% -
XYZ 50.32 34.64 78.16 -
YUV 163.2 165.14 167.8 -
System Red Green Blue C M Y K H S L
Decimal 219 122 229 0.04 0.47 0 0.10 294.39 0.67 0.69
Hex DB 7A E5 4 2F 0 A 126 43 45
Octal 333 172 345 4 57 0 12 446 103 105
Binary 11011011 1111010 11100101 100 101111 0 1010 100100110 1000011 1000101

Color Harmonies of #DB7AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7AE5

Black with #DB7AE5

Text Example


Text Example

White with #DB7AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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