Html Css Color HEX #D97FDA Orchid

📋 copy color: '#D97FDA'

red 217 ◦ green 127 ◦ blue 218

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

Shades of Orchid #D97FDA

Tints of Orchid #D97FDA

RGB

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

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

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

R = 38.61%
G = 22.6%
B = 38.79%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D97FDA (or 0xD97FDA) is known color: Orchid. HEX triplet: D9, 7F and DA. RGB value is (217,127,218). Sum of RGB (Red+Green+Blue) = 217+127+218=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #D97FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FDA is #268025. Grayscale: #A4A4A4. Windows color (decimal): -2523174 or 14319577. OLE color: 14319577.

HSL color Cylindrical-coordinate representation of color #D97FDA: hue angle of 299.34º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97FDA is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 127 218 -
CMYK 0.00 0.42 0 0.15
HSL 299.34º 0.55% 0.68% -
HSV(B) 299.34º 0.42% 0.85% -
XYZ 48.86 34.99 70.51 -
YUV 164.28 158.32 165.6 -
System Red Green Blue C M Y K H S L
Decimal 217 127 218 0.00 0.42 0 0.15 299.34 0.55 0.68
Hex D9 7F DA 0 2A 0 F 12B 37 44
Octal 331 177 332 0 52 0 17 453 67 104
Binary 11011001 1111111 11011010 0 101010 0 1111 100101011 110111 1000100

Color Harmonies of #D97FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FDA

Black with #D97FDA

Text Example


Text Example

White with #D97FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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