Html Css Color HEX #DB6FBB Orchid

📋 copy color: '#DB6FBB'

red 219 ◦ green 111 ◦ blue 187

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

Shades of Orchid #DB6FBB

Tints of Orchid #DB6FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.47%

 BLUE value IS 187 (73.44% from 255) = 36.17%

R = 42.36%
G = 21.47%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB6FBB (or 0xDB6FBB) is known color: Orchid. HEX triplet: DB, 6F and BB. RGB value is (219,111,187). Sum of RGB (Red+Green+Blue) = 219+111+187=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FBB is #249044. Grayscale: #979797. Windows color (decimal): -2396229 or 12283867. OLE color: 12283867.

HSL color Cylindrical-coordinate representation of color #DB6FBB: hue angle of 317.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6FBB is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 111 187 -
CMYK 0 0.49 0.15 0.14
HSL 317.78º 0.6% 0.65% -
HSV(B) 317.78º 0.49% 0.86% -
XYZ 43.87 30.02 50.5 -
YUV 151.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 219 111 187 0 0.49 0.15 0.14 317.78 0.6 0.65
Hex DB 6F BB 0 31 F E 13E 3C 41
Octal 333 157 273 0 61 17 16 476 74 101
Binary 11011011 1101111 10111011 0 110001 1111 1110 100111110 111100 1000001

Color Harmonies of #DB6FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FBB

Black with #DB6FBB

Text Example


Text Example

White with #DB6FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FBB; }

 p { color: rgb(219,111,187); }

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

background-color css

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

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

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

border-color css

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

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

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