Html Css Color HEX #D168DB Orchid

📋 copy color: '#D168DB'

red 209 ◦ green 104 ◦ blue 219

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

Shades of Orchid #D168DB

Tints of Orchid #D168DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.55%

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

R = 39.29%
G = 19.55%
B = 41.17%

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

#D168DB (or 0xD168DB) is known color: Orchid. HEX triplet: D1, 68 and DB. RGB value is (209,104,219). Sum of RGB (Red+Green+Blue) = 209+104+219=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #D168DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168DB is #2E9724. Grayscale: #949494. Windows color (decimal): -3053349 or 14379217. OLE color: 14379217.

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

Color convert

RGB 209 104 219 -
CMYK 0.05 0.53 0 0.14
HSL 294.78º 0.61% 0.63% -
HSV(B) 294.78º 0.53% 0.86% -
XYZ 44.03 28.57 70.21 -
YUV 148.51 167.79 171.15 -
System Red Green Blue C M Y K H S L
Decimal 209 104 219 0.05 0.53 0 0.14 294.78 0.61 0.63
Hex D1 68 DB 5 35 0 E 127 3D 3F
Octal 321 150 333 5 65 0 16 447 75 77
Binary 11010001 1101000 11011011 101 110101 0 1110 100100111 111101 111111

Color Harmonies of #D168DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D168DB

Black with #D168DB

Text Example


Text Example

White with #D168DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D168DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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