Html Css Color HEX #D973CD Orchid

📋 copy color: '#D973CD'

red 217 ◦ green 115 ◦ blue 205

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

Shades of Orchid #D973CD

Tints of Orchid #D973CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 40.41%
G = 21.42%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D973CD (or 0xD973CD) is known color: Orchid. HEX triplet: D9, 73 and CD. RGB value is (217,115,205). Sum of RGB (Red+Green+Blue) = 217+115+205=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D973CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973CD is #268C32. Grayscale: #9B9B9B. Windows color (decimal): -2526259 or 13464537. OLE color: 13464537.

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

Color convert

RGB 217 115 205 -
CMYK 0 0.47 0.06 0.15
HSL 307.06º 0.57% 0.65% -
HSV(B) 307.06º 0.47% 0.85% -
XYZ 45.77 31.42 61.41 -
YUV 155.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 217 115 205 0 0.47 0.06 0.15 307.06 0.57 0.65
Hex D9 73 CD 0 2F 6 F 133 39 41
Octal 331 163 315 0 57 6 17 463 71 101
Binary 11011001 1110011 11001101 0 101111 110 1111 100110011 111001 1000001

Color Harmonies of #D973CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973CD

Black with #D973CD

Text Example


Text Example

White with #D973CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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