Html Css Color HEX #DB65DC Orchid

📋 copy color: '#DB65DC'

red 219 ◦ green 101 ◦ blue 220

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

Shades of Orchid #DB65DC

Tints of Orchid #DB65DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.7%

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

R = 40.56%
G = 18.7%
B = 40.74%

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

#DB65DC (or 0xDB65DC) is known color: Orchid. HEX triplet: DB, 65 and DC. RGB value is (219,101,220). Sum of RGB (Red+Green+Blue) = 219+101+220=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65DC is #249A23. Grayscale: #959595. Windows color (decimal): -2398756 or 14443995. OLE color: 14443995.

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

Color convert

RGB 219 101 220 -
CMYK 0.00 0.54 0 0.14
HSL 299.5º 0.63% 0.63% -
HSV(B) 299.5º 0.54% 0.86% -
XYZ 46.79 29.53 70.95 -
YUV 149.85 167.59 177.32 -
System Red Green Blue C M Y K H S L
Decimal 219 101 220 0.00 0.54 0 0.14 299.5 0.63 0.63
Hex DB 65 DC 0 36 0 E 12B 3F 3F
Octal 333 145 334 0 66 0 16 453 77 77
Binary 11011011 1100101 11011100 0 110110 0 1110 100101011 111111 111111

Color Harmonies of #DB65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB65DC

Black with #DB65DC

Text Example


Text Example

White with #DB65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB65DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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