Html Css Color HEX #D973DA Orchid

📋 copy color: '#D973DA'

red 217 ◦ green 115 ◦ blue 218

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

Shades of Orchid #D973DA

Tints of Orchid #D973DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 39.45%
G = 20.91%
B = 39.64%

CMYK

 C value IS 0.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D973DA (or 0xD973DA) is known color: Orchid. HEX triplet: D9, 73 and DA. RGB value is (217,115,218). Sum of RGB (Red+Green+Blue) = 217+115+218=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #D973DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973DA is #268C25. Grayscale: #9C9C9C. Windows color (decimal): -2526246 or 14316505. OLE color: 14316505.

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

Color convert

RGB 217 115 218 -
CMYK 0.00 0.47 0 0.15
HSL 299.42º 0.58% 0.65% -
HSV(B) 299.42º 0.47% 0.85% -
XYZ 47.4 32.08 70.02 -
YUV 157.24 162.29 170.62 -
System Red Green Blue C M Y K H S L
Decimal 217 115 218 0.00 0.47 0 0.15 299.42 0.58 0.65
Hex D9 73 DA 0 2F 0 F 12B 3A 41
Octal 331 163 332 0 57 0 17 453 72 101
Binary 11011001 1110011 11011010 0 101111 0 1111 100101011 111010 1000001

Color Harmonies of #D973DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973DA

Black with #D973DA

Text Example


Text Example

White with #D973DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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