Html Css Color HEX #D973CC Orchid

📋 copy color: '#D973CC'

red 217 ◦ green 115 ◦ blue 204

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

Shades of Orchid #D973CC

Tints of Orchid #D973CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 40.49%
G = 21.46%
B = 38.06%

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

#D973CC (or 0xD973CC) is known color: Orchid. HEX triplet: D9, 73 and CC. RGB value is (217,115,204). Sum of RGB (Red+Green+Blue) = 217+115+204=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D973CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973CC is #268C33. Grayscale: #9B9B9B. Windows color (decimal): -2526260 or 13399001. OLE color: 13399001.

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

Color convert

RGB 217 115 204 -
CMYK 0 0.47 0.06 0.15
HSL 307.65º 0.57% 0.65% -
HSV(B) 307.65º 0.47% 0.85% -
XYZ 45.65 31.37 60.78 -
YUV 155.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 217 115 204 0 0.47 0.06 0.15 307.65 0.57 0.65
Hex D9 73 CC 0 2F 6 F 134 39 41
Octal 331 163 314 0 57 6 17 464 71 101
Binary 11011001 1110011 11001100 0 101111 110 1111 100110100 111001 1000001

Color Harmonies of #D973CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973CC

Black with #D973CC

Text Example


Text Example

White with #D973CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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