Html Css Color HEX #DB66DC Orchid

📋 copy color: '#DB66DC'

red 219 ◦ green 102 ◦ blue 220

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

Shades of Orchid #DB66DC

Tints of Orchid #DB66DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 40.48%
G = 18.85%
B = 40.67%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB66DC (or 0xDB66DC) is known color: Orchid. HEX triplet: DB, 66 and DC. RGB value is (219,102,220). Sum of RGB (Red+Green+Blue) = 219+102+220=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB66DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66DC is #249923. Grayscale: #969696. Windows color (decimal): -2398500 or 14444251. OLE color: 14444251.

HSL color Cylindrical-coordinate representation of color #DB66DC: hue angle of 299.49º degrees, saturation: 0.63, 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 #DB66DC is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 102 220 -
CMYK 0.00 0.54 0 0.14
HSL 299.49º 0.63% 0.63% -
HSV(B) 299.49º 0.54% 0.86% -
XYZ 46.88 29.73 70.98 -
YUV 150.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 219 102 220 0.00 0.54 0 0.14 299.49 0.63 0.63
Hex DB 66 DC 0 36 0 E 12B 3F 3F
Octal 333 146 334 0 66 0 16 453 77 77
Binary 11011011 1100110 11011100 0 110110 0 1110 100101011 111111 111111

Color Harmonies of #DB66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66DC

Black with #DB66DC

Text Example


Text Example

White with #DB66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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