Html Css Color HEX #DB6DC8 Orchid

📋 copy color: '#DB6DC8'

red 219 ◦ green 109 ◦ blue 200

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

Shades of Orchid #DB6DC8

Tints of Orchid #DB6DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.88%

R = 41.48%
G = 20.64%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB6DC8 (or 0xDB6DC8) is known color: Orchid. HEX triplet: DB, 6D and C8. RGB value is (219,109,200). Sum of RGB (Red+Green+Blue) = 219+109+200=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DC8 is #249237. Grayscale: #989898. Windows color (decimal): -2396728 or 13135323. OLE color: 13135323.

HSL color Cylindrical-coordinate representation of color #DB6DC8: hue angle of 310.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DC8 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 109 200 -
CMYK 0 0.50 0.09 0.14
HSL 310.36º 0.6% 0.64% -
HSV(B) 310.36º 0.5% 0.86% -
XYZ 45.11 30.17 58.09 -
YUV 152.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 219 109 200 0 0.50 0.09 0.14 310.36 0.6 0.64
Hex DB 6D C8 0 32 9 E 136 3C 40
Octal 333 155 310 0 62 11 16 466 74 100
Binary 11011011 1101101 11001000 0 110010 1001 1110 100110110 111100 1000000

Color Harmonies of #DB6DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DC8

Black with #DB6DC8

Text Example


Text Example

White with #DB6DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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