Html Css Color HEX #DB74E6 Orchid

📋 copy color: '#DB74E6'

red 219 ◦ green 116 ◦ blue 230

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

Shades of Orchid #DB74E6

Tints of Orchid #DB74E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.71%

R = 38.76%
G = 20.53%
B = 40.71%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB74E6 (or 0xDB74E6) is known color: Orchid. HEX triplet: DB, 74 and E6. RGB value is (219,116,230). Sum of RGB (Red+Green+Blue) = 219+116+230=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB74E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB74E6 is #248B19. Grayscale: #9F9F9F. Windows color (decimal): -2394906 or 15103195. OLE color: 15103195.

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

Color convert

RGB 219 116 230 -
CMYK 0.05 0.50 0 0.10
HSL 294.21º 0.7% 0.68% -
HSV(B) 294.21º 0.5% 0.9% -
XYZ 49.74 33.26 78.66 -
YUV 159.79 167.62 170.23 -
System Red Green Blue C M Y K H S L
Decimal 219 116 230 0.05 0.50 0 0.10 294.21 0.7 0.68
Hex DB 74 E6 5 32 0 A 126 46 44
Octal 333 164 346 5 62 0 12 446 106 104
Binary 11011011 1110100 11100110 101 110010 0 1010 100100110 1000110 1000100

Color Harmonies of #DB74E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74E6

Black with #DB74E6

Text Example


Text Example

White with #DB74E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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