Html Css Color HEX #DB6CBD Orchid

📋 copy color: '#DB6CBD'

red 219 ◦ green 108 ◦ blue 189

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

Shades of Orchid #DB6CBD

Tints of Orchid #DB6CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.63%

R = 42.44%
G = 20.93%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB6CBD (or 0xDB6CBD) is known color: Orchid. HEX triplet: DB, 6C and BD. RGB value is (219,108,189). Sum of RGB (Red+Green+Blue) = 219+108+189=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CBD is #249342. Grayscale: #969696. Windows color (decimal): -2396995 or 12414171. OLE color: 12414171.

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

Color convert

RGB 219 108 189 -
CMYK 0 0.51 0.14 0.14
HSL 316.22º 0.61% 0.64% -
HSV(B) 316.22º 0.51% 0.86% -
XYZ 43.76 29.46 51.52 -
YUV 150.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 219 108 189 0 0.51 0.14 0.14 316.22 0.61 0.64
Hex DB 6C BD 0 33 E E 13C 3D 40
Octal 333 154 275 0 63 16 16 474 75 100
Binary 11011011 1101100 10111101 0 110011 1110 1110 100111100 111101 1000000

Color Harmonies of #DB6CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CBD

Black with #DB6CBD

Text Example


Text Example

White with #DB6CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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