Html Css Color HEX #D973DB Orchid

📋 copy color: '#D973DB'

red 217 ◦ green 115 ◦ blue 219

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

Shades of Orchid #D973DB

Tints of Orchid #D973DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 39.38%
G = 20.87%
B = 39.75%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D973DB (or 0xD973DB) is known color: Orchid. HEX triplet: D9, 73 and DB. RGB value is (217,115,219). Sum of RGB (Red+Green+Blue) = 217+115+219=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #D973DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973DB is #268C24. Grayscale: #9D9D9D. Windows color (decimal): -2526245 or 14382041. OLE color: 14382041.

HSL color Cylindrical-coordinate representation of color #D973DB: hue angle of 298.85º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D973DB is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 115 219 -
CMYK 0.01 0.47 0 0.14
HSL 298.85º 0.59% 0.65% -
HSV(B) 298.85º 0.47% 0.86% -
XYZ 47.53 32.13 70.71 -
YUV 157.35 162.79 170.54 -
System Red Green Blue C M Y K H S L
Decimal 217 115 219 0.01 0.47 0 0.14 298.85 0.59 0.65
Hex D9 73 DB 1 2F 0 E 12B 3B 41
Octal 331 163 333 1 57 0 16 453 73 101
Binary 11011001 1110011 11011011 1 101111 0 1110 100101011 111011 1000001

Color Harmonies of #D973DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973DB

Black with #D973DB

Text Example


Text Example

White with #D973DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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