Html Css Color HEX #DB68BA Orchid

📋 copy color: '#DB68BA'

red 219 ◦ green 104 ◦ blue 186

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

Shades of Orchid #DB68BA

Tints of Orchid #DB68BA

RGB

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

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

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

R = 43.03%
G = 20.43%
B = 36.54%

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

#DB68BA (or 0xDB68BA) is known color: Orchid. HEX triplet: DB, 68 and BA. RGB value is (219,104,186). Sum of RGB (Red+Green+Blue) = 219+104+186=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68BA is #249745. Grayscale: #939393. Windows color (decimal): -2398022 or 12216539. OLE color: 12216539.

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

Color convert

RGB 219 104 186 -
CMYK 0 0.53 0.15 0.14
HSL 317.22º 0.61% 0.63% -
HSV(B) 317.22º 0.53% 0.86% -
XYZ 43.03 28.51 49.69 -
YUV 147.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 219 104 186 0 0.53 0.15 0.14 317.22 0.61 0.63
Hex DB 68 BA 0 35 F E 13D 3D 3F
Octal 333 150 272 0 65 17 16 475 75 77
Binary 11011011 1101000 10111010 0 110101 1111 1110 100111101 111101 111111

Color Harmonies of #DB68BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68BA

Black with #DB68BA

Text Example


Text Example

White with #DB68BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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