Html Css Color HEX #DB7BDC Orchid

📋 copy color: '#DB7BDC'

red 219 ◦ green 123 ◦ blue 220

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

Shades of Orchid #DB7BDC

Tints of Orchid #DB7BDC

RGB

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

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

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

R = 38.97%
G = 21.89%
B = 39.15%

CMYK

 C value IS 0.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB7BDC (or 0xDB7BDC) is known color: Orchid. HEX triplet: DB, 7B and DC. RGB value is (219,123,220). Sum of RGB (Red+Green+Blue) = 219+123+220=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB7BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BDC is #248423. Grayscale: #A2A2A2. Windows color (decimal): -2393124 or 14449627. OLE color: 14449627.

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

Color convert

RGB 219 123 220 -
CMYK 0.00 0.44 0 0.14
HSL 299.38º 0.58% 0.67% -
HSV(B) 299.38º 0.44% 0.86% -
XYZ 49.21 34.39 71.75 -
YUV 162.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 219 123 220 0.00 0.44 0 0.14 299.38 0.58 0.67
Hex DB 7B DC 0 2C 0 E 12B 3A 43
Octal 333 173 334 0 54 0 16 453 72 103
Binary 11011011 1111011 11011100 0 101100 0 1110 100101011 111010 1000011

Color Harmonies of #DB7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BDC

Black with #DB7BDC

Text Example


Text Example

White with #DB7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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