Html Css Color HEX #D163E5 Orchid

📋 copy color: '#D163E5'

red 209 ◦ green 99 ◦ blue 229

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

Shades of Orchid #D163E5

Tints of Orchid #D163E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.64%

R = 38.92%
G = 18.44%
B = 42.64%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D163E5 (or 0xD163E5) is known color: Orchid. HEX triplet: D1, 63 and E5. RGB value is (209,99,229). Sum of RGB (Red+Green+Blue) = 209+99+229=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #D163E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163E5 is #2E9C1A. Grayscale: #929292. Windows color (decimal): -3054619 or 15033297. OLE color: 15033297.

HSL color Cylindrical-coordinate representation of color #D163E5: hue angle of 290.77º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D163E5 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 99 229 -
CMYK 0.09 0.57 0 0.10
HSL 290.77º 0.71% 0.64% -
HSV(B) 290.77º 0.57% 0.9% -
XYZ 44.9 28.14 77.19 -
YUV 146.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 209 99 229 0.09 0.57 0 0.10 290.77 0.71 0.64
Hex D1 63 E5 9 39 0 A 123 47 40
Octal 321 143 345 11 71 0 12 443 107 100
Binary 11010001 1100011 11100101 1001 111001 0 1010 100100011 1000111 1000000

Color Harmonies of #D163E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D163E5

Black with #D163E5

Text Example


Text Example

White with #D163E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D163E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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