Html Css Color HEX #DB7ADF Orchid

📋 copy color: '#DB7ADF'

red 219 ◦ green 122 ◦ blue 223

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

Shades of Orchid #DB7ADF

Tints of Orchid #DB7ADF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.63%

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

R = 38.83%
G = 21.63%
B = 39.54%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB7ADF (or 0xDB7ADF) is known color: Orchid. HEX triplet: DB, 7A and DF. RGB value is (219,122,223). Sum of RGB (Red+Green+Blue) = 219+122+223=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB7ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ADF is #248520. Grayscale: #A2A2A2. Windows color (decimal): -2393377 or 14645979. OLE color: 14645979.

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

Color convert

RGB 219 122 223 -
CMYK 0.02 0.45 0 0.13
HSL 297.62º 0.61% 0.68% -
HSV(B) 297.62º 0.45% 0.87% -
XYZ 49.49 34.31 73.83 -
YUV 162.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 219 122 223 0.02 0.45 0 0.13 297.62 0.61 0.68
Hex DB 7A DF 2 2D 0 D 12A 3D 44
Octal 333 172 337 2 55 0 15 452 75 104
Binary 11011011 1111010 11011111 10 101101 0 1101 100101010 111101 1000100

Color Harmonies of #DB7ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7ADF

Black with #DB7ADF

Text Example


Text Example

White with #DB7ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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