Html Css Color HEX #DB74DB Orchid

📋 copy color: '#DB74DB'

red 219 ◦ green 116 ◦ blue 219

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

Shades of Orchid #DB74DB

Tints of Orchid #DB74DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 39.53%
G = 20.94%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB74DB (or 0xDB74DB) is known color: Orchid. HEX triplet: DB, 74 and DB. RGB value is (219,116,219). Sum of RGB (Red+Green+Blue) = 219+116+219=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74DB is #248B24. Grayscale: #9E9E9E. Windows color (decimal): -2394917 or 14382299. OLE color: 14382299.

HSL color Cylindrical-coordinate representation of color #DB74DB: hue angle of 300º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB74DB is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 116 219 -
CMYK 0 0.47 0 0.14
HSL 300º 0.59% 0.66% -
HSV(B) 300º 0.47% 0.86% -
XYZ 48.25 32.67 70.78 -
YUV 158.54 162.12 171.12 -
System Red Green Blue C M Y K H S L
Decimal 219 116 219 0 0.47 0 0.14 300 0.59 0.66
Hex DB 74 DB 0 2F 0 E 12C 3B 42
Octal 333 164 333 0 57 0 16 454 73 102
Binary 11011011 1110100 11011011 0 101111 0 1110 100101100 111011 1000010

Color Harmonies of #DB74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74DB

Black with #DB74DB

Text Example


Text Example

White with #DB74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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