Html Css Color HEX #D973CF Orchid

📋 copy color: '#D973CF'

red 217 ◦ green 115 ◦ blue 207

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

Shades of Orchid #D973CF

Tints of Orchid #D973CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 40.26%
G = 21.34%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D973CF (or 0xD973CF) is known color: Orchid. HEX triplet: D9, 73 and CF. RGB value is (217,115,207). Sum of RGB (Red+Green+Blue) = 217+115+207=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D973CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973CF is #268C30. Grayscale: #9B9B9B. Windows color (decimal): -2526257 or 13595609. OLE color: 13595609.

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

Color convert

RGB 217 115 207 -
CMYK 0 0.47 0.05 0.15
HSL 305.88º 0.57% 0.65% -
HSV(B) 305.88º 0.47% 0.85% -
XYZ 46.01 31.52 62.69 -
YUV 155.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 217 115 207 0 0.47 0.05 0.15 305.88 0.57 0.65
Hex D9 73 CF 0 2F 5 F 132 39 41
Octal 331 163 317 0 57 5 17 462 71 101
Binary 11011001 1110011 11001111 0 101111 101 1111 100110010 111001 1000001

Color Harmonies of #D973CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973CF

Black with #D973CF

Text Example


Text Example

White with #D973CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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