Html Css Color HEX #D973CE Orchid

📋 copy color: '#D973CE'

red 217 ◦ green 115 ◦ blue 206

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

Shades of Orchid #D973CE

Tints of Orchid #D973CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 40.33%
G = 21.38%
B = 38.29%

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

#D973CE (or 0xD973CE) is known color: Orchid. HEX triplet: D9, 73 and CE. RGB value is (217,115,206). Sum of RGB (Red+Green+Blue) = 217+115+206=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D973CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973CE is #268C31. Grayscale: #9B9B9B. Windows color (decimal): -2526258 or 13530073. OLE color: 13530073.

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

Color convert

RGB 217 115 206 -
CMYK 0 0.47 0.05 0.15
HSL 306.47º 0.57% 0.65% -
HSV(B) 306.47º 0.47% 0.85% -
XYZ 45.89 31.47 62.05 -
YUV 155.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 217 115 206 0 0.47 0.05 0.15 306.47 0.57 0.65
Hex D9 73 CE 0 2F 5 F 132 39 41
Octal 331 163 316 0 57 5 17 462 71 101
Binary 11011001 1110011 11001110 0 101111 101 1111 100110010 111001 1000001

Color Harmonies of #D973CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973CE

Black with #D973CE

Text Example


Text Example

White with #D973CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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