Html Css Color HEX #D163DB Orchid

📋 copy color: '#D163DB'

red 209 ◦ green 99 ◦ blue 219

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

Shades of Orchid #D163DB

Tints of Orchid #D163DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.79%

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

R = 39.66%
G = 18.79%
B = 41.56%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D163DB (or 0xD163DB) is known color: Orchid. HEX triplet: D1, 63 and DB. RGB value is (209,99,219). Sum of RGB (Red+Green+Blue) = 209+99+219=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #D163DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163DB is #2E9C24. Grayscale: #919191. Windows color (decimal): -3054629 or 14377937. OLE color: 14377937.

HSL color Cylindrical-coordinate representation of color #D163DB: hue angle of 295º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D163DB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 99 219 -
CMYK 0.05 0.55 0 0.14
HSL 295º 0.63% 0.62% -
HSV(B) 295º 0.55% 0.86% -
XYZ 43.54 27.59 70.05 -
YUV 145.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 209 99 219 0.05 0.55 0 0.14 295 0.63 0.62
Hex D1 63 DB 5 37 0 E 127 3E 3E
Octal 321 143 333 5 67 0 16 447 76 76
Binary 11010001 1100011 11011011 101 110111 0 1110 100100111 111110 111110

Color Harmonies of #D163DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D163DB

Black with #D163DB

Text Example


Text Example

White with #D163DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D163DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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