Html Css Color HEX #DB79E5 Orchid

📋 copy color: '#DB79E5'

red 219 ◦ green 121 ◦ blue 229

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

Shades of Orchid #DB79E5

Tints of Orchid #DB79E5

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.27%

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

R = 38.49%
G = 21.27%
B = 40.25%

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

#DB79E5 (or 0xDB79E5) is known color: Orchid. HEX triplet: DB, 79 and E5. RGB value is (219,121,229). Sum of RGB (Red+Green+Blue) = 219+121+229=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 121 (47.66% from 255 or 21.27% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB79E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79E5 is #24861A. Grayscale: #A2A2A2. Windows color (decimal): -2393627 or 15038939. OLE color: 15038939.

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

Color convert

RGB 219 121 229 -
CMYK 0.04 0.47 0 0.10
HSL 294.44º 0.68% 0.69% -
HSV(B) 294.44º 0.47% 0.9% -
XYZ 50.19 34.39 78.12 -
YUV 162.61 165.47 168.22 -
System Red Green Blue C M Y K H S L
Decimal 219 121 229 0.04 0.47 0 0.10 294.44 0.68 0.69
Hex DB 79 E5 4 2F 0 A 126 44 45
Octal 333 171 345 4 57 0 12 446 104 105
Binary 11011011 1111001 11100101 100 101111 0 1010 100100110 1000100 1000101

Color Harmonies of #DB79E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79E5

Black with #DB79E5

Text Example


Text Example

White with #DB79E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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