Html Css Color HEX #DB74BE Orchid

📋 copy color: '#DB74BE'

red 219 ◦ green 116 ◦ blue 190

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

Shades of Orchid #DB74BE

Tints of Orchid #DB74BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 41.71%
G = 22.1%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB74BE (or 0xDB74BE) is known color: Orchid. HEX triplet: DB, 74 and BE. RGB value is (219,116,190). Sum of RGB (Red+Green+Blue) = 219+116+190=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74BE is #248B41. Grayscale: #9B9B9B. Windows color (decimal): -2394946 or 12481755. OLE color: 12481755.

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

Color convert

RGB 219 116 190 -
CMYK 0 0.47 0.13 0.14
HSL 316.89º 0.59% 0.66% -
HSV(B) 316.89º 0.47% 0.86% -
XYZ 44.75 31.27 52.39 -
YUV 155.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 219 116 190 0 0.47 0.13 0.14 316.89 0.59 0.66
Hex DB 74 BE 0 2F D E 13D 3B 42
Octal 333 164 276 0 57 15 16 475 73 102
Binary 11011011 1110100 10111110 0 101111 1101 1110 100111101 111011 1000010

Color Harmonies of #DB74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74BE

Black with #DB74BE

Text Example


Text Example

White with #DB74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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