Html Css Color HEX #D973C4 Orchid

📋 copy color: '#D973C4'

red 217 ◦ green 115 ◦ blue 196

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

Shades of Orchid #D973C4

Tints of Orchid #D973C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.12%

R = 41.1%
G = 21.78%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D973C4 (or 0xD973C4) is known color: Orchid. HEX triplet: D9, 73 and C4. RGB value is (217,115,196). Sum of RGB (Red+Green+Blue) = 217+115+196=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D973C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973C4 is #268C3B. Grayscale: #9A9A9A. Windows color (decimal): -2526268 or 12874713. OLE color: 12874713.

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

Color convert

RGB 217 115 196 -
CMYK 0 0.47 0.10 0.15
HSL 312.35º 0.57% 0.65% -
HSV(B) 312.35º 0.47% 0.85% -
XYZ 44.71 31 55.85 -
YUV 154.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 217 115 196 0 0.47 0.10 0.15 312.35 0.57 0.65
Hex D9 73 C4 0 2F A F 138 39 41
Octal 331 163 304 0 57 12 17 470 71 101
Binary 11011001 1110011 11000100 0 101111 1010 1111 100111000 111001 1000001

Color Harmonies of #D973C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973C4

Black with #D973C4

Text Example


Text Example

White with #D973C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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