Html Css Color HEX #DB6CBF Orchid

📋 copy color: '#DB6CBF'

red 219 ◦ green 108 ◦ blue 191

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

Shades of Orchid #DB6CBF

Tints of Orchid #DB6CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.87%

R = 42.28%
G = 20.85%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB6CBF (or 0xDB6CBF) is known color: Orchid. HEX triplet: DB, 6C and BF. RGB value is (219,108,191). Sum of RGB (Red+Green+Blue) = 219+108+191=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CBF is #249340. Grayscale: #969696. Windows color (decimal): -2396993 or 12545243. OLE color: 12545243.

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

Color convert

RGB 219 108 191 -
CMYK 0 0.51 0.13 0.14
HSL 315.14º 0.61% 0.64% -
HSV(B) 315.14º 0.51% 0.86% -
XYZ 43.98 29.55 52.68 -
YUV 150.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 219 108 191 0 0.51 0.13 0.14 315.14 0.61 0.64
Hex DB 6C BF 0 33 D E 13B 3D 40
Octal 333 154 277 0 63 15 16 473 75 100
Binary 11011011 1101100 10111111 0 110011 1101 1110 100111011 111101 1000000

Color Harmonies of #DB6CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CBF

Black with #DB6CBF

Text Example


Text Example

White with #DB6CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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