Html Css Color HEX #D973E1 Orchid

📋 copy color: '#D973E1'

red 217 ◦ green 115 ◦ blue 225

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

Shades of Orchid #D973E1

Tints of Orchid #D973E1

RGB

 RED value IS 217 (85.16% from 255) = 38.96%

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

 BLUE value IS 225 (88.28% from 255) = 40.39%

R = 38.96%
G = 20.65%
B = 40.39%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D973E1 (or 0xD973E1) is known color: Orchid. HEX triplet: D9, 73 and E1. RGB value is (217,115,225). Sum of RGB (Red+Green+Blue) = 217+115+225=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #D973E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973E1 is #268C1E. Grayscale: #9D9D9D. Windows color (decimal): -2526239 or 14775257. OLE color: 14775257.

HSL color Cylindrical-coordinate representation of color #D973E1: hue angle of 295.64º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D973E1 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 115 225 -
CMYK 0.04 0.49 0 0.12
HSL 295.64º 0.65% 0.67% -
HSV(B) 295.64º 0.49% 0.88% -
XYZ 48.34 32.45 74.95 -
YUV 158.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 217 115 225 0.04 0.49 0 0.12 295.64 0.65 0.67
Hex D9 73 E1 4 31 0 C 128 41 43
Octal 331 163 341 4 61 0 14 450 101 103
Binary 11011001 1110011 11100001 100 110001 0 1100 100101000 1000001 1000011

Color Harmonies of #D973E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973E1

Black with #D973E1

Text Example


Text Example

White with #D973E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973E1; }

 p { color: rgb(217,115,225); }

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

background-color css

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

 a { background-color: rgb(217,115,225); }

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

border-color css

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

 span { border-color: rgb(217,115,225); }

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