Html Css Color HEX #DB68DB Orchid

📋 copy color: '#DB68DB'

red 219 ◦ green 104 ◦ blue 219

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

Shades of Orchid #DB68DB

Tints of Orchid #DB68DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 40.41%
G = 19.19%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB68DB (or 0xDB68DB) is known color: Orchid. HEX triplet: DB, 68 and DB. RGB value is (219,104,219). Sum of RGB (Red+Green+Blue) = 219+104+219=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB68DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68DB is #249724. Grayscale: #979797. Windows color (decimal): -2397989 or 14379227. OLE color: 14379227.

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

Color convert

RGB 219 104 219 -
CMYK 0 0.53 0 0.14
HSL 300º 0.61% 0.63% -
HSV(B) 300º 0.53% 0.86% -
XYZ 46.95 30.08 70.35 -
YUV 151.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 219 104 219 0 0.53 0 0.14 300 0.61 0.63
Hex DB 68 DB 0 35 0 E 12C 3D 3F
Octal 333 150 333 0 65 0 16 454 75 77
Binary 11011011 1101000 11011011 0 110101 0 1110 100101100 111101 111111

Color Harmonies of #DB68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68DB

Black with #DB68DB

Text Example


Text Example

White with #DB68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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