Html Css Color HEX #DB7BE1 Orchid

📋 copy color: '#DB7BE1'

red 219 ◦ green 123 ◦ blue 225

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

Shades of Orchid #DB7BE1

Tints of Orchid #DB7BE1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.69%

 BLUE value IS 225 (88.28% from 255) = 39.68%

R = 38.62%
G = 21.69%
B = 39.68%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB7BE1 (or 0xDB7BE1) is known color: Orchid. HEX triplet: DB, 7B and E1. RGB value is (219,123,225). Sum of RGB (Red+Green+Blue) = 219+123+225=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB7BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BE1 is #24841E. Grayscale: #A3A3A3. Windows color (decimal): -2393119 or 14777307. OLE color: 14777307.

HSL color Cylindrical-coordinate representation of color #DB7BE1: hue angle of 296.47º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7BE1 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 123 225 -
CMYK 0.03 0.45 0 0.12
HSL 296.47º 0.63% 0.68% -
HSV(B) 296.47º 0.45% 0.88% -
XYZ 49.89 34.66 75.3 -
YUV 163.33 162.8 167.71 -
System Red Green Blue C M Y K H S L
Decimal 219 123 225 0.03 0.45 0 0.12 296.47 0.63 0.68
Hex DB 7B E1 3 2D 0 C 128 3F 44
Octal 333 173 341 3 55 0 14 450 77 104
Binary 11011011 1111011 11100001 11 101101 0 1100 100101000 111111 1000100

Color Harmonies of #DB7BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BE1

Black with #DB7BE1

Text Example


Text Example

White with #DB7BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BE1; }

 p { color: rgb(219,123,225); }

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

background-color css

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

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

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

border-color css

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

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

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