Html Css Color HEX #D173E4 Orchid

📋 copy color: '#D173E4'

red 209 ◦ green 115 ◦ blue 228

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

Shades of Orchid #D173E4

Tints of Orchid #D173E4

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.83%

 BLUE value IS 228 (89.45% from 255) = 41.3%

R = 37.86%
G = 20.83%
B = 41.3%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D173E4 (or 0xD173E4) is known color: Orchid. HEX triplet: D1, 73 and E4. RGB value is (209,115,228). Sum of RGB (Red+Green+Blue) = 209+115+228=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 228 - color contains mainly: blue. Hex color #D173E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173E4 is #2E8C1B. Grayscale: #9B9B9B. Windows color (decimal): -3050524 or 14971857. OLE color: 14971857.

HSL color Cylindrical-coordinate representation of color #D173E4: hue angle of 289.91º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D173E4 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 115 228 -
CMYK 0.08 0.50 0 0.11
HSL 289.91º 0.68% 0.67% -
HSV(B) 289.91º 0.5% 0.89% -
XYZ 46.43 31.42 77.02 -
YUV 155.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 209 115 228 0.08 0.50 0 0.11 289.91 0.68 0.67
Hex D1 73 E4 8 32 0 B 122 44 43
Octal 321 163 344 10 62 0 13 442 104 103
Binary 11010001 1110011 11100100 1000 110010 0 1011 100100010 1000100 1000011

Color Harmonies of #D173E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D173E4

Black with #D173E4

Text Example


Text Example

White with #D173E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D173E4; }

 p { color: rgb(209,115,228); }

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

background-color css

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

 a { background-color: rgb(209,115,228); }

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

border-color css

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

 span { border-color: rgb(209,115,228); }

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