Html Css Color HEX #D163DA Orchid

📋 copy color: '#D163DA'

red 209 ◦ green 99 ◦ blue 218

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

Shades of Orchid #D163DA

Tints of Orchid #D163DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 39.73%
G = 18.82%
B = 41.44%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D163DA (or 0xD163DA) is known color: Orchid. HEX triplet: D1, 63 and DA. RGB value is (209,99,218). Sum of RGB (Red+Green+Blue) = 209+99+218=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #D163DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163DA is #2E9C25. Grayscale: #919191. Windows color (decimal): -3054630 or 14312401. OLE color: 14312401.

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

Color convert

RGB 209 99 218 -
CMYK 0.04 0.55 0 0.15
HSL 295.46º 0.62% 0.62% -
HSV(B) 295.46º 0.55% 0.85% -
XYZ 43.41 27.54 69.36 -
YUV 145.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 209 99 218 0.04 0.55 0 0.15 295.46 0.62 0.62
Hex D1 63 DA 4 37 0 F 127 3E 3E
Octal 321 143 332 4 67 0 17 447 76 76
Binary 11010001 1100011 11011010 100 110111 0 1111 100100111 111110 111110

Color Harmonies of #D163DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D163DA

Black with #D163DA

Text Example


Text Example

White with #D163DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D163DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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