Html Css Color HEX #DB7BE3 Orchid

📋 copy color: '#DB7BE3'

red 219 ◦ green 123 ◦ blue 227

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

Shades of Orchid #DB7BE3

Tints of Orchid #DB7BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.89%

R = 38.49%
G = 21.62%
B = 39.89%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB7BE3 (or 0xDB7BE3) is known color: Orchid. HEX triplet: DB, 7B and E3. RGB value is (219,123,227). Sum of RGB (Red+Green+Blue) = 219+123+227=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 227 - color contains mainly: blue. Hex color #DB7BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BE3 is #24841C. Grayscale: #A3A3A3. Windows color (decimal): -2393117 or 14908379. OLE color: 14908379.

HSL color Cylindrical-coordinate representation of color #DB7BE3: hue angle of 295.38º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7BE3 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 123 227 -
CMYK 0.04 0.46 0 0.11
HSL 295.38º 0.65% 0.69% -
HSV(B) 295.38º 0.46% 0.89% -
XYZ 50.16 34.77 76.74 -
YUV 163.56 163.8 167.54 -
System Red Green Blue C M Y K H S L
Decimal 219 123 227 0.04 0.46 0 0.11 295.38 0.65 0.69
Hex DB 7B E3 4 2E 0 B 127 41 45
Octal 333 173 343 4 56 0 13 447 101 105
Binary 11011011 1111011 11100011 100 101110 0 1011 100100111 1000001 1000101

Color Harmonies of #DB7BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BE3

Black with #DB7BE3

Text Example


Text Example

White with #DB7BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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