Html Css Color HEX #DB7BDD Orchid

📋 copy color: '#DB7BDD'

red 219 ◦ green 123 ◦ blue 221

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

Shades of Orchid #DB7BDD

Tints of Orchid #DB7BDD

RGB

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

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

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

R = 38.9%
G = 21.85%
B = 39.25%

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

#DB7BDD (or 0xDB7BDD) is known color: Orchid. HEX triplet: DB, 7B and DD. RGB value is (219,123,221). Sum of RGB (Red+Green+Blue) = 219+123+221=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BDD is #248422. Grayscale: #A2A2A2. Windows color (decimal): -2393123 or 14515163. OLE color: 14515163.

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

Color convert

RGB 219 123 221 -
CMYK 0.01 0.44 0 0.13
HSL 298.78º 0.59% 0.67% -
HSV(B) 298.78º 0.44% 0.87% -
XYZ 49.35 34.45 72.45 -
YUV 162.88 160.8 168.03 -
System Red Green Blue C M Y K H S L
Decimal 219 123 221 0.01 0.44 0 0.13 298.78 0.59 0.67
Hex DB 7B DD 1 2C 0 D 12B 3B 43
Octal 333 173 335 1 54 0 15 453 73 103
Binary 11011011 1111011 11011101 1 101100 0 1101 100101011 111011 1000011

Color Harmonies of #DB7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BDD

Black with #DB7BDD

Text Example


Text Example

White with #DB7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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