Html Css Color HEX #DB6DDE Orchid

📋 copy color: '#DB6DDE'

red 219 ◦ green 109 ◦ blue 222

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

Shades of Orchid #DB6DDE

Tints of Orchid #DB6DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.82%

 BLUE value IS 222 (87.11% from 255) = 40.36%

R = 39.82%
G = 19.82%
B = 40.36%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB6DDE (or 0xDB6DDE) is known color: Orchid. HEX triplet: DB, 6D and DE. RGB value is (219,109,222). Sum of RGB (Red+Green+Blue) = 219+109+222=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB6DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DDE is #249221. Grayscale: #9A9A9A. Windows color (decimal): -2396706 or 14577115. OLE color: 14577115.

HSL color Cylindrical-coordinate representation of color #DB6DDE: hue angle of 298.41º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6DDE is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 109 222 -
CMYK 0.01 0.51 0 0.13
HSL 298.41º 0.63% 0.65% -
HSV(B) 298.41º 0.51% 0.87% -
XYZ 47.87 31.27 72.62 -
YUV 154.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 219 109 222 0.01 0.51 0 0.13 298.41 0.63 0.65
Hex DB 6D DE 1 33 0 D 12A 3F 41
Octal 333 155 336 1 63 0 15 452 77 101
Binary 11011011 1101101 11011110 1 110011 0 1101 100101010 111111 1000001

Color Harmonies of #DB6DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DDE

Black with #DB6DDE

Text Example


Text Example

White with #DB6DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DDE; }

 p { color: rgb(219,109,222); }

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

background-color css

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

 a { background-color: rgb(219,109,222); }

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

border-color css

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

 span { border-color: rgb(219,109,222); }

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