Html Css Color HEX #DB67BA Orchid

📋 copy color: '#DB67BA'

red 219 ◦ green 103 ◦ blue 186

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

Shades of Orchid #DB67BA

Tints of Orchid #DB67BA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.28%

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 43.11%
G = 20.28%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB67BA (or 0xDB67BA) is known color: Orchid. HEX triplet: DB, 67 and BA. RGB value is (219,103,186). Sum of RGB (Red+Green+Blue) = 219+103+186=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67BA is #249845. Grayscale: #929292. Windows color (decimal): -2398278 or 12216283. OLE color: 12216283.

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

Color convert

RGB 219 103 186 -
CMYK 0 0.53 0.15 0.14
HSL 317.07º 0.62% 0.63% -
HSV(B) 317.07º 0.53% 0.86% -
XYZ 42.93 28.31 49.66 -
YUV 147.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 219 103 186 0 0.53 0.15 0.14 317.07 0.62 0.63
Hex DB 67 BA 0 35 F E 13D 3E 3F
Octal 333 147 272 0 65 17 16 475 76 77
Binary 11011011 1100111 10111010 0 110101 1111 1110 100111101 111110 111111

Color Harmonies of #DB67BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB67BA

Black with #DB67BA

Text Example


Text Example

White with #DB67BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB67BA; }

 p { color: rgb(219,103,186); }

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

background-color css

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

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

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

border-color css

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

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

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