Html Css Color HEX #DB68DE Orchid

📋 copy color: '#DB68DE'

red 219 ◦ green 104 ◦ blue 222

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

Shades of Orchid #DB68DE

Tints of Orchid #DB68DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.73%

R = 40.18%
G = 19.08%
B = 40.73%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB68DE (or 0xDB68DE) is known color: Orchid. HEX triplet: DB, 68 and DE. RGB value is (219,104,222). Sum of RGB (Red+Green+Blue) = 219+104+222=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB68DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68DE is #249721. Grayscale: #979797. Windows color (decimal): -2397986 or 14575835. OLE color: 14575835.

HSL color Cylindrical-coordinate representation of color #DB68DE: hue angle of 298.47º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB68DE is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 104 222 -
CMYK 0.01 0.53 0 0.13
HSL 298.47º 0.64% 0.64% -
HSV(B) 298.47º 0.53% 0.87% -
XYZ 47.35 30.23 72.45 -
YUV 151.84 167.6 175.91 -
System Red Green Blue C M Y K H S L
Decimal 219 104 222 0.01 0.53 0 0.13 298.47 0.64 0.64
Hex DB 68 DE 1 35 0 D 12A 40 40
Octal 333 150 336 1 65 0 15 452 100 100
Binary 11011011 1101000 11011110 1 110101 0 1101 100101010 1000000 1000000

Color Harmonies of #DB68DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68DE

Black with #DB68DE

Text Example


Text Example

White with #DB68DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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