Html Css Color HEX #D973E0 Orchid

📋 copy color: '#D973E0'

red 217 ◦ green 115 ◦ blue 224

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

Shades of Orchid #D973E0

Tints of Orchid #D973E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.29%

R = 39.03%
G = 20.68%
B = 40.29%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D973E0 (or 0xD973E0) is known color: Orchid. HEX triplet: D9, 73 and E0. RGB value is (217,115,224). Sum of RGB (Red+Green+Blue) = 217+115+224=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #D973E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973E0 is #268C1F. Grayscale: #9D9D9D. Windows color (decimal): -2526240 or 14709721. OLE color: 14709721.

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

Color convert

RGB 217 115 224 -
CMYK 0.03 0.49 0 0.12
HSL 296.15º 0.64% 0.66% -
HSV(B) 296.15º 0.49% 0.88% -
XYZ 48.2 32.4 74.23 -
YUV 157.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 217 115 224 0.03 0.49 0 0.12 296.15 0.64 0.66
Hex D9 73 E0 3 31 0 C 128 40 42
Octal 331 163 340 3 61 0 14 450 100 102
Binary 11011001 1110011 11100000 11 110001 0 1100 100101000 1000000 1000010

Color Harmonies of #D973E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973E0

Black with #D973E0

Text Example


Text Example

White with #D973E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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