Html Css Color HEX #DB64DB Orchid

📋 copy color: '#DB64DB'

red 219 ◦ green 100 ◦ blue 219

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

Shades of Orchid #DB64DB

Tints of Orchid #DB64DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.59%

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

R = 40.71%
G = 18.59%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB64DB (or 0xDB64DB) is known color: Orchid. HEX triplet: DB, 64 and DB. RGB value is (219,100,219). Sum of RGB (Red+Green+Blue) = 219+100+219=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB64DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64DB is #249B24. Grayscale: #949494. Windows color (decimal): -2399013 or 14378203. OLE color: 14378203.

HSL color Cylindrical-coordinate representation of color #DB64DB: hue angle of 300º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB64DB is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 100 219 -
CMYK 0 0.54 0 0.14
HSL 300º 0.62% 0.63% -
HSV(B) 300º 0.54% 0.86% -
XYZ 46.56 29.29 70.22 -
YUV 149.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 219 100 219 0 0.54 0 0.14 300 0.62 0.63
Hex DB 64 DB 0 36 0 E 12C 3E 3F
Octal 333 144 333 0 66 0 16 454 76 77
Binary 11011011 1100100 11011011 0 110110 0 1110 100101100 111110 111111

Color Harmonies of #DB64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB64DB

Black with #DB64DB

Text Example


Text Example

White with #DB64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB64DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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