Html Css Color HEX #D973C0 Orchid

📋 copy color: '#D973C0'

red 217 ◦ green 115 ◦ blue 192

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

Shades of Orchid #D973C0

Tints of Orchid #D973C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 41.41%
G = 21.95%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D973C0 (or 0xD973C0) is known color: Orchid. HEX triplet: D9, 73 and C0. RGB value is (217,115,192). Sum of RGB (Red+Green+Blue) = 217+115+192=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D973C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973C0 is #268C3F. Grayscale: #9A9A9A. Windows color (decimal): -2526272 or 12612569. OLE color: 12612569.

HSL color Cylindrical-coordinate representation of color #D973C0: hue angle of 314.71º 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 #D973C0 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 115 192 -
CMYK 0 0.47 0.12 0.15
HSL 314.71º 0.57% 0.65% -
HSV(B) 314.71º 0.47% 0.85% -
XYZ 44.26 30.82 53.49 -
YUV 154.28 149.29 172.74 -
System Red Green Blue C M Y K H S L
Decimal 217 115 192 0 0.47 0.12 0.15 314.71 0.57 0.65
Hex D9 73 C0 0 2F C F 13B 39 41
Octal 331 163 300 0 57 14 17 473 71 101
Binary 11011001 1110011 11000000 0 101111 1100 1111 100111011 111001 1000001

Color Harmonies of #D973C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973C0

Black with #D973C0

Text Example


Text Example

White with #D973C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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