Html Css Color HEX #DB7EDD Orchid

📋 copy color: '#DB7EDD'

red 219 ◦ green 126 ◦ blue 221

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

Shades of Orchid #DB7EDD

Tints of Orchid #DB7EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 38.69%
G = 22.26%
B = 39.05%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB7EDD (or 0xDB7EDD) is known color: Orchid. HEX triplet: DB, 7E and DD. RGB value is (219,126,221). Sum of RGB (Red+Green+Blue) = 219+126+221=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EDD is #248122. Grayscale: #A4A4A4. Windows color (decimal): -2392355 or 14515931. OLE color: 14515931.

HSL color Cylindrical-coordinate representation of color #DB7EDD: hue angle of 298.74º degrees, saturation: 0.58, 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 #DB7EDD is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 126 221 -
CMYK 0.01 0.43 0 0.13
HSL 298.74º 0.58% 0.68% -
HSV(B) 298.74º 0.43% 0.87% -
XYZ 49.73 35.2 72.58 -
YUV 164.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 219 126 221 0.01 0.43 0 0.13 298.74 0.58 0.68
Hex DB 7E DD 1 2B 0 D 12B 3A 44
Octal 333 176 335 1 53 0 15 453 72 104
Binary 11011011 1111110 11011101 1 101011 0 1101 100101011 111010 1000100

Color Harmonies of #DB7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EDD

Black with #DB7EDD

Text Example


Text Example

White with #DB7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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