Html Css Color HEX #D165DB Orchid

📋 copy color: '#D165DB'

red 209 ◦ green 101 ◦ blue 219

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

Shades of Orchid #D165DB

Tints of Orchid #D165DB

RGB

 RED value IS 209 (82.03% from 255) = 39.51%

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

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

R = 39.51%
G = 19.09%
B = 41.4%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D165DB (or 0xD165DB) is known color: Orchid. HEX triplet: D1, 65 and DB. RGB value is (209,101,219). Sum of RGB (Red+Green+Blue) = 209+101+219=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #D165DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165DB is #2E9A24. Grayscale: #929292. Windows color (decimal): -3054117 or 14378449. OLE color: 14378449.

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

Color convert

RGB 209 101 219 -
CMYK 0.05 0.54 0 0.14
HSL 294.92º 0.62% 0.63% -
HSV(B) 294.92º 0.54% 0.86% -
XYZ 43.73 27.98 70.11 -
YUV 146.74 168.78 172.41 -
System Red Green Blue C M Y K H S L
Decimal 209 101 219 0.05 0.54 0 0.14 294.92 0.62 0.63
Hex D1 65 DB 5 36 0 E 127 3E 3F
Octal 321 145 333 5 66 0 16 447 76 77
Binary 11010001 1100101 11011011 101 110110 0 1110 100100111 111110 111111

Color Harmonies of #D165DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D165DB

Black with #D165DB

Text Example


Text Example

White with #D165DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D165DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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