Html Css Color HEX #DB66DB Orchid

📋 copy color: '#DB66DB'

red 219 ◦ green 102 ◦ blue 219

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

Shades of Orchid #DB66DB

Tints of Orchid #DB66DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.89%

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

R = 40.56%
G = 18.89%
B = 40.56%

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

#DB66DB (or 0xDB66DB) is known color: Orchid. HEX triplet: DB, 66 and DB. RGB value is (219,102,219). Sum of RGB (Red+Green+Blue) = 219+102+219=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB66DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66DB is #249924. Grayscale: #959595. Windows color (decimal): -2398501 or 14378715. OLE color: 14378715.

HSL color Cylindrical-coordinate representation of color #DB66DB: 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.53%. Process color model (Four color, CMYK) of #DB66DB is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 102 219 -
CMYK 0 0.53 0 0.14
HSL 300º 0.62% 0.63% -
HSV(B) 300º 0.53% 0.86% -
XYZ 46.75 29.68 70.28 -
YUV 150.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 219 102 219 0 0.53 0 0.14 300 0.62 0.63
Hex DB 66 DB 0 35 0 E 12C 3E 3F
Octal 333 146 333 0 65 0 16 454 76 77
Binary 11011011 1100110 11011011 0 110101 0 1110 100101100 111110 111111

Color Harmonies of #DB66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66DB

Black with #DB66DB

Text Example


Text Example

White with #DB66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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