Html Css Color HEX #D97FDC Orchid

📋 copy color: '#D97FDC'

red 217 ◦ green 127 ◦ blue 220

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

Shades of Orchid #D97FDC

Tints of Orchid #D97FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 22.52%

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

R = 38.48%
G = 22.52%
B = 39.01%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D97FDC (or 0xD97FDC) is known color: Orchid. HEX triplet: D9, 7F and DC. RGB value is (217,127,220). Sum of RGB (Red+Green+Blue) = 217+127+220=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #D97FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FDC is #268023. Grayscale: #A4A4A4. Windows color (decimal): -2523172 or 14450649. OLE color: 14450649.

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

Color convert

RGB 217 127 220 -
CMYK 0.01 0.42 0 0.14
HSL 298.06º 0.57% 0.68% -
HSV(B) 298.06º 0.42% 0.86% -
XYZ 49.12 35.1 71.9 -
YUV 164.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 217 127 220 0.01 0.42 0 0.14 298.06 0.57 0.68
Hex D9 7F DC 1 2A 0 E 12A 39 44
Octal 331 177 334 1 52 0 16 452 71 104
Binary 11011001 1111111 11011100 1 101010 0 1110 100101010 111001 1000100

Color Harmonies of #D97FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FDC

Black with #D97FDC

Text Example


Text Example

White with #D97FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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