Html Css Color HEX #DB74E5 Orchid

📋 copy color: '#DB74E5'

red 219 ◦ green 116 ◦ blue 229

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

Shades of Orchid #DB74E5

Tints of Orchid #DB74E5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.57%

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

R = 38.83%
G = 20.57%
B = 40.6%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB74E5 (or 0xDB74E5) is known color: Orchid. HEX triplet: DB, 74 and E5. RGB value is (219,116,229). Sum of RGB (Red+Green+Blue) = 219+116+229=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB74E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74E5 is #248B1A. Grayscale: #9F9F9F. Windows color (decimal): -2394907 or 15037659. OLE color: 15037659.

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

Color convert

RGB 219 116 229 -
CMYK 0.04 0.49 0 0.10
HSL 294.69º 0.68% 0.68% -
HSV(B) 294.69º 0.49% 0.9% -
XYZ 49.6 33.21 77.92 -
YUV 159.68 167.12 170.31 -
System Red Green Blue C M Y K H S L
Decimal 219 116 229 0.04 0.49 0 0.10 294.69 0.68 0.68
Hex DB 74 E5 4 31 0 A 127 44 44
Octal 333 164 345 4 61 0 12 447 104 104
Binary 11011011 1110100 11100101 100 110001 0 1010 100100111 1000100 1000100

Color Harmonies of #DB74E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74E5

Black with #DB74E5

Text Example


Text Example

White with #DB74E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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