Html Css Color HEX #D972DC Orchid

📋 copy color: '#D972DC'

red 217 ◦ green 114 ◦ blue 220

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

Shades of Orchid #D972DC

Tints of Orchid #D972DC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.69%

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 39.38%
G = 20.69%
B = 39.93%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D972DC (or 0xD972DC) is known color: Orchid. HEX triplet: D9, 72 and DC. RGB value is (217,114,220). Sum of RGB (Red+Green+Blue) = 217+114+220=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #D972DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972DC is #268D23. Grayscale: #9C9C9C. Windows color (decimal): -2526500 or 14447321. OLE color: 14447321.

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

Color convert

RGB 217 114 220 -
CMYK 0.01 0.48 0 0.14
HSL 298.3º 0.6% 0.65% -
HSV(B) 298.3º 0.48% 0.86% -
XYZ 47.55 31.95 71.37 -
YUV 156.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 217 114 220 0.01 0.48 0 0.14 298.3 0.6 0.65
Hex D9 72 DC 1 30 0 E 12A 3C 41
Octal 331 162 334 1 60 0 16 452 74 101
Binary 11011001 1110010 11011100 1 110000 0 1110 100101010 111100 1000001

Color Harmonies of #D972DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972DC

Black with #D972DC

Text Example


Text Example

White with #D972DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972DC; }

 p { color: rgb(217,114,220); }

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

background-color css

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

 a { background-color: rgb(217,114,220); }

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

border-color css

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

 span { border-color: rgb(217,114,220); }

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