Html Css Color HEX #DB68BF Orchid

📋 copy color: '#DB68BF'

red 219 ◦ green 104 ◦ blue 191

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

Shades of Orchid #DB68BF

Tints of Orchid #DB68BF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.23%

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

R = 42.61%
G = 20.23%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB68BF (or 0xDB68BF) is known color: Orchid. HEX triplet: DB, 68 and BF. RGB value is (219,104,191). Sum of RGB (Red+Green+Blue) = 219+104+191=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68BF is #249740. Grayscale: #949494. Windows color (decimal): -2398017 or 12544219. OLE color: 12544219.

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

Color convert

RGB 219 104 191 -
CMYK 0 0.53 0.13 0.14
HSL 314.61º 0.61% 0.63% -
HSV(B) 314.61º 0.53% 0.86% -
XYZ 43.57 28.72 52.54 -
YUV 148.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 219 104 191 0 0.53 0.13 0.14 314.61 0.61 0.63
Hex DB 68 BF 0 35 D E 13B 3D 3F
Octal 333 150 277 0 65 15 16 473 75 77
Binary 11011011 1101000 10111111 0 110101 1101 1110 100111011 111101 111111

Color Harmonies of #DB68BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68BF

Black with #DB68BF

Text Example


Text Example

White with #DB68BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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