Html Css Color HEX #DB7DDE Orchid

📋 copy color: '#DB7DDE'

red 219 ◦ green 125 ◦ blue 222

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

Shades of Orchid #DB7DDE

Tints of Orchid #DB7DDE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.08%

 BLUE value IS 222 (87.11% from 255) = 39.22%

R = 38.69%
G = 22.08%
B = 39.22%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB7DDE (or 0xDB7DDE) is known color: Orchid. HEX triplet: DB, 7D and DE. RGB value is (219,125,222). Sum of RGB (Red+Green+Blue) = 219+125+222=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB7DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DDE is #248221. Grayscale: #A3A3A3. Windows color (decimal): -2392610 or 14581211. OLE color: 14581211.

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

Color convert

RGB 219 125 222 -
CMYK 0.01 0.44 0 0.13
HSL 298.14º 0.6% 0.68% -
HSV(B) 298.14º 0.44% 0.87% -
XYZ 49.73 35 73.24 -
YUV 164.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 219 125 222 0.01 0.44 0 0.13 298.14 0.6 0.68
Hex DB 7D DE 1 2C 0 D 12A 3C 44
Octal 333 175 336 1 54 0 15 452 74 104
Binary 11011011 1111101 11011110 1 101100 0 1101 100101010 111100 1000100

Color Harmonies of #DB7DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DDE

Black with #DB7DDE

Text Example


Text Example

White with #DB7DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DDE; }

 p { color: rgb(219,125,222); }

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

background-color css

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

 a { background-color: rgb(219,125,222); }

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

border-color css

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

 span { border-color: rgb(219,125,222); }

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