Html Css Color HEX #DB7ADC Orchid

📋 copy color: '#DB7ADC'

red 219 ◦ green 122 ◦ blue 220

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

Shades of Orchid #DB7ADC

Tints of Orchid #DB7ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 39.04%
G = 21.75%
B = 39.22%

CMYK

 C value IS 0.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB7ADC (or 0xDB7ADC) is known color: Orchid. HEX triplet: DB, 7A and DC. RGB value is (219,122,220). Sum of RGB (Red+Green+Blue) = 219+122+220=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ADC is #248523. Grayscale: #A1A1A1. Windows color (decimal): -2393380 or 14449371. OLE color: 14449371.

HSL color Cylindrical-coordinate representation of color #DB7ADC: hue angle of 299.39º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7ADC is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 122 220 -
CMYK 0.00 0.45 0 0.14
HSL 299.39º 0.58% 0.67% -
HSV(B) 299.39º 0.45% 0.86% -
XYZ 49.09 34.15 71.71 -
YUV 162.18 160.64 168.53 -
System Red Green Blue C M Y K H S L
Decimal 219 122 220 0.00 0.45 0 0.14 299.39 0.58 0.67
Hex DB 7A DC 0 2D 0 E 12B 3A 43
Octal 333 172 334 0 55 0 16 453 72 103
Binary 11011011 1111010 11011100 0 101101 0 1110 100101011 111010 1000011

Color Harmonies of #DB7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7ADC

Black with #DB7ADC

Text Example


Text Example

White with #DB7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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