Html Css Color HEX #DB6BC1 Orchid

📋 copy color: '#DB6BC1'

red 219 ◦ green 107 ◦ blue 193

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

Shades of Orchid #DB6BC1

Tints of Orchid #DB6BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.62%

 BLUE value IS 193 (75.78% from 255) = 37.19%

R = 42.2%
G = 20.62%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB6BC1 (or 0xDB6BC1) is known color: Orchid. HEX triplet: DB, 6B and C1. RGB value is (219,107,193). Sum of RGB (Red+Green+Blue) = 219+107+193=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BC1 is #24943E. Grayscale: #969696. Windows color (decimal): -2397247 or 12676059. OLE color: 12676059.

HSL color Cylindrical-coordinate representation of color #DB6BC1: hue angle of 313.93º 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 #DB6BC1 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 107 193 -
CMYK 0 0.51 0.12 0.14
HSL 313.93º 0.61% 0.64% -
HSV(B) 313.93º 0.51% 0.86% -
XYZ 44.1 29.43 53.81 -
YUV 150.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 219 107 193 0 0.51 0.12 0.14 313.93 0.61 0.64
Hex DB 6B C1 0 33 C E 13A 3D 40
Octal 333 153 301 0 63 14 16 472 75 100
Binary 11011011 1101011 11000001 0 110011 1100 1110 100111010 111101 1000000

Color Harmonies of #DB6BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BC1

Black with #DB6BC1

Text Example


Text Example

White with #DB6BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BC1; }

 p { color: rgb(219,107,193); }

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

background-color css

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

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

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

border-color css

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

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

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