Html Css Color HEX #D973C1 Orchid

📋 copy color: '#D973C1'

red 217 ◦ green 115 ◦ blue 193

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

Shades of Orchid #D973C1

Tints of Orchid #D973C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.76%

R = 41.33%
G = 21.9%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D973C1 (or 0xD973C1) is known color: Orchid. HEX triplet: D9, 73 and C1. RGB value is (217,115,193). Sum of RGB (Red+Green+Blue) = 217+115+193=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D973C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973C1 is #268C3E. Grayscale: #9A9A9A. Windows color (decimal): -2526271 or 12678105. OLE color: 12678105.

HSL color Cylindrical-coordinate representation of color #D973C1: hue angle of 314.12º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D973C1 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 115 193 -
CMYK 0 0.47 0.11 0.15
HSL 314.12º 0.57% 0.65% -
HSV(B) 314.12º 0.47% 0.85% -
XYZ 44.37 30.86 54.07 -
YUV 154.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 217 115 193 0 0.47 0.11 0.15 314.12 0.57 0.65
Hex D9 73 C1 0 2F B F 13A 39 41
Octal 331 163 301 0 57 13 17 472 71 101
Binary 11011001 1110011 11000001 0 101111 1011 1111 100111010 111001 1000001

Color Harmonies of #D973C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973C1

Black with #D973C1

Text Example


Text Example

White with #D973C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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