Html Css Color HEX #DB7EDF Orchid

📋 copy color: '#DB7EDF'

red 219 ◦ green 126 ◦ blue 223

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

Shades of Orchid #DB7EDF

Tints of Orchid #DB7EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.18%

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 38.56%
G = 22.18%
B = 39.26%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB7EDF (or 0xDB7EDF) is known color: Orchid. HEX triplet: DB, 7E and DF. RGB value is (219,126,223). Sum of RGB (Red+Green+Blue) = 219+126+223=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB7EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EDF is #248120. Grayscale: #A4A4A4. Windows color (decimal): -2392353 or 14647003. OLE color: 14647003.

HSL color Cylindrical-coordinate representation of color #DB7EDF: hue angle of 297.53º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7EDF is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 126 223 -
CMYK 0.02 0.43 0 0.13
HSL 297.53º 0.6% 0.68% -
HSV(B) 297.53º 0.43% 0.87% -
XYZ 49.99 35.31 73.99 -
YUV 164.87 160.81 166.61 -
System Red Green Blue C M Y K H S L
Decimal 219 126 223 0.02 0.43 0 0.13 297.53 0.6 0.68
Hex DB 7E DF 2 2B 0 D 12A 3C 44
Octal 333 176 337 2 53 0 15 452 74 104
Binary 11011011 1111110 11011111 10 101011 0 1101 100101010 111100 1000100

Color Harmonies of #DB7EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EDF

Black with #DB7EDF

Text Example


Text Example

White with #DB7EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EDF; }

 p { color: rgb(219,126,223); }

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

background-color css

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

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

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

border-color css

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

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

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