Html Css Color HEX #DB7DDF Orchid

📋 copy color: '#DB7DDF'

red 219 ◦ green 125 ◦ blue 223

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

Shades of Orchid #DB7DDF

Tints of Orchid #DB7DDF

RGB

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

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

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

R = 38.62%
G = 22.05%
B = 39.33%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB7DDF (or 0xDB7DDF) is known color: Orchid. HEX triplet: DB, 7D and DF. RGB value is (219,125,223). Sum of RGB (Red+Green+Blue) = 219+125+223=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DDF is #248220. Grayscale: #A3A3A3. Windows color (decimal): -2392609 or 14646747. OLE color: 14646747.

HSL color Cylindrical-coordinate representation of color #DB7DDF: hue angle of 297.55º 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 #DB7DDF is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 125 223 -
CMYK 0.02 0.44 0 0.13
HSL 297.55º 0.6% 0.68% -
HSV(B) 297.55º 0.44% 0.87% -
XYZ 49.87 35.06 73.95 -
YUV 164.28 161.14 167.03 -
System Red Green Blue C M Y K H S L
Decimal 219 125 223 0.02 0.44 0 0.13 297.55 0.6 0.68
Hex DB 7D DF 2 2C 0 D 12A 3C 44
Octal 333 175 337 2 54 0 15 452 74 104
Binary 11011011 1111101 11011111 10 101100 0 1101 100101010 111100 1000100

Color Harmonies of #DB7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DDF

Black with #DB7DDF

Text Example


Text Example

White with #DB7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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