Html Css Color HEX #DB6AD7 Orchid

📋 copy color: '#DB6AD7'

red 219 ◦ green 106 ◦ blue 215

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

Shades of Orchid #DB6AD7

Tints of Orchid #DB6AD7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.63%

 BLUE value IS 215 (84.38% from 255) = 39.81%

R = 40.56%
G = 19.63%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB6AD7 (or 0xDB6AD7) is known color: Orchid. HEX triplet: DB, 6A and D7. RGB value is (219,106,215). Sum of RGB (Red+Green+Blue) = 219+106+215=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6AD7 is #249528. Grayscale: #979797. Windows color (decimal): -2397481 or 14117595. OLE color: 14117595.

HSL color Cylindrical-coordinate representation of color #DB6AD7: hue angle of 302.12º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6AD7 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 106 215 -
CMYK 0 0.52 0.02 0.14
HSL 302.12º 0.61% 0.64% -
HSV(B) 302.12º 0.52% 0.86% -
XYZ 46.63 30.27 67.68 -
YUV 152.21 163.44 175.64 -
System Red Green Blue C M Y K H S L
Decimal 219 106 215 0 0.52 0.02 0.14 302.12 0.61 0.64
Hex DB 6A D7 0 34 2 E 12E 3D 40
Octal 333 152 327 0 64 2 16 456 75 100
Binary 11011011 1101010 11010111 0 110100 10 1110 100101110 111101 1000000

Color Harmonies of #DB6AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AD7

Black with #DB6AD7

Text Example


Text Example

White with #DB6AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AD7; }

 p { color: rgb(219,106,215); }

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

background-color css

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

 a { background-color: rgb(219,106,215); }

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

border-color css

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

 span { border-color: rgb(219,106,215); }

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