Html Css Color HEX #D167DB Orchid

📋 copy color: '#D167DB'

red 209 ◦ green 103 ◦ blue 219

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

Shades of Orchid #D167DB

Tints of Orchid #D167DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.4%

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

R = 39.36%
G = 19.4%
B = 41.24%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D167DB (or 0xD167DB) is known color: Orchid. HEX triplet: D1, 67 and DB. RGB value is (209,103,219). Sum of RGB (Red+Green+Blue) = 209+103+219=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #D167DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D167DB is #2E9824. Grayscale: #939393. Windows color (decimal): -3053605 or 14378961. OLE color: 14378961.

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

Color convert

RGB 209 103 219 -
CMYK 0.05 0.53 0 0.14
HSL 294.83º 0.62% 0.63% -
HSV(B) 294.83º 0.53% 0.86% -
XYZ 43.93 28.37 70.18 -
YUV 147.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 209 103 219 0.05 0.53 0 0.14 294.83 0.62 0.63
Hex D1 67 DB 5 35 0 E 127 3E 3F
Octal 321 147 333 5 65 0 16 447 76 77
Binary 11010001 1100111 11011011 101 110101 0 1110 100100111 111110 111111

Color Harmonies of #D167DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D167DB

Black with #D167DB

Text Example


Text Example

White with #D167DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D167DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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