Html Css Color HEX #DB6CDB Orchid

📋 copy color: '#DB6CDB'

red 219 ◦ green 108 ◦ blue 219

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

Shades of Orchid #DB6CDB

Tints of Orchid #DB6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.78%

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 40.11%
G = 19.78%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB6CDB (or 0xDB6CDB) is known color: Orchid. HEX triplet: DB, 6C and DB. RGB value is (219,108,219). Sum of RGB (Red+Green+Blue) = 219+108+219=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CDB is #249324. Grayscale: #999999. Windows color (decimal): -2396965 or 14380251. OLE color: 14380251.

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

Color convert

RGB 219 108 219 -
CMYK 0 0.51 0 0.14
HSL 300º 0.61% 0.64% -
HSV(B) 300º 0.51% 0.86% -
XYZ 47.36 30.9 70.49 -
YUV 153.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 219 108 219 0 0.51 0 0.14 300 0.61 0.64
Hex DB 6C DB 0 33 0 E 12C 3D 40
Octal 333 154 333 0 63 0 16 454 75 100
Binary 11011011 1101100 11011011 0 110011 0 1110 100101100 111101 1000000

Color Harmonies of #DB6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CDB

Black with #DB6CDB

Text Example


Text Example

White with #DB6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CDB; }

 p { color: rgb(219,108,219); }

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

background-color css

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

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

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

border-color css

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

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

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