Html Css Color HEX #D973CA Orchid

📋 copy color: '#D973CA'

red 217 ◦ green 115 ◦ blue 202

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

Shades of Orchid #D973CA

Tints of Orchid #D973CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.83%

R = 40.64%
G = 21.54%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D973CA (or 0xD973CA) is known color: Orchid. HEX triplet: D9, 73 and CA. RGB value is (217,115,202). Sum of RGB (Red+Green+Blue) = 217+115+202=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D973CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973CA is #268C35. Grayscale: #9B9B9B. Windows color (decimal): -2526262 or 13267929. OLE color: 13267929.

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

Color convert

RGB 217 115 202 -
CMYK 0 0.47 0.07 0.15
HSL 308.82º 0.57% 0.65% -
HSV(B) 308.82º 0.47% 0.85% -
XYZ 45.41 31.28 59.52 -
YUV 155.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 217 115 202 0 0.47 0.07 0.15 308.82 0.57 0.65
Hex D9 73 CA 0 2F 7 F 135 39 41
Octal 331 163 312 0 57 7 17 465 71 101
Binary 11011001 1110011 11001010 0 101111 111 1111 100110101 111001 1000001

Color Harmonies of #D973CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973CA

Black with #D973CA

Text Example


Text Example

White with #D973CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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